Lines Matching refs:Value
20 #include "llvm/IR/Value.h"
38 bool isTexture(const llvm::Value &);
39 bool isSurface(const llvm::Value &);
40 bool isSampler(const llvm::Value &);
41 bool isImage(const llvm::Value &);
42 bool isImageReadOnly(const llvm::Value &);
43 bool isImageWriteOnly(const llvm::Value &);
44 bool isImageReadWrite(const llvm::Value &);
45 bool isManaged(const llvm::Value &);
47 std::string getTextureName(const llvm::Value &);
48 std::string getSurfaceName(const llvm::Value &);
49 std::string getSamplerName(const llvm::Value &);
65 BasicBlock *getParentBlock(Value *v);
66 Function *getParentFunction(Value *v);
67 void dumpBlock(Value *v, char *blockName);
68 Instruction *getInst(Value *base, char *instName);
69 void dumpInst(Value *base, char *instName);
70 void dumpInstRec(Value *v, std::set<Instruction *> *visited);
71 void dumpInstRec(Value *v);
72 void dumpParent(Value *v);