LLVM: lib/Support/DXILABI.cpp Source File (original) (raw)

Go to the documentation of this file.

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

19using namespace llvm;

20

22 switch (RC) {

24 return "SRV";

26 return "UAV";

28 return "CBV";

30 return "Sampler";

31 }

33}

StringRef - Represent a constant reference to a string, i.e.

#define llvm_unreachable(msg)

Marks that the current location is not supposed to be reachable.

LLVM_ABI StringRef getResourceClassName(ResourceClass RC)

Definition DXILABI.cpp:21

This is an optimization pass for GlobalISel generic memory operations.