Lines Matching refs:SPIRVValue

134   void transDbgInfo(Value *V, SPIRVValue *BV) {  in transDbgInfo()
190 SPIRVValue *getTranslatedValue(Value *);
194 bool transAlign(Value *V, SPIRVValue *BV);
195 std::vector<SPIRVValue *> transArguments(CallInst *, SPIRVBasicBlock *);
201 SPIRVValue *transCallInst(CallInst *Call, SPIRVBasicBlock *BB);
202 bool transDecoration(Value *V, SPIRVValue *BV);
208 Op transBoolOpCode(SPIRVValue *Opn, Op OC);
213 SPIRVValue *transConstant(Value *V);
214 SPIRVValue *transValue(Value *V, SPIRVBasicBlock *BB,
216 SPIRVValue *transValueWithoutDecoration(Value *V, SPIRVBasicBlock *BB,
220 typedef DenseMap<Value *, SPIRVValue *> LLVMToSPIRVValueMap;
240 SPIRVValue *mapValue(Value *V, SPIRVValue *BV) { in mapValue()
261 SPIRVValue *getSPIRVValue(Value *V) { in getSPIRVValue()
270 std::vector<SPIRVValue*> transValue(const std::vector<Value *> &Values,
302 SPIRVValue *transSpcvCast(CallInst* CI, SPIRVBasicBlock *BB);
303 SPIRVValue *oclTransSpvcCastSampler(CallInst* CI, SPIRVBasicBlock *BB);
316 SPIRVValue *
689 SPIRVValue *
714 std::vector<SPIRVValue *> BV; in transConstant()
721 std::vector<SPIRVValue *> BV; in transConstant()
728 std::vector<SPIRVValue *> BV; in transConstant()
735 std::vector<SPIRVValue *> BV; in transConstant()
770 std::vector<SPIRVValue *> BV; in transConstant()
792 SPIRVValue *
860 SPIRVValue *
1017 std::vector<SPIRVValue *> IncomingPairs; in transValueWithoutDecoration()
1047 std::vector<SPIRVValue *> Indices; in transValueWithoutDecoration()
1107 LLVMToSPIRV::transDecoration(Value *V, SPIRVValue *BV) { in transDecoration()
1119 LLVMToSPIRV::transAlign(Value *V, SPIRVValue *BV) { in transAlign()
1149 SPIRVValue *
1188 SPIRVValue *
1193 SPIRVValue *
1263 std::vector<SPIRVValue*>
1265 std::vector<SPIRVValue*> BArgs; in transValue()
1271 std::vector<SPIRVValue*>
1586 LLVMToSPIRV::transBoolOpCode(SPIRVValue* Opn, Op OC) { in transBoolOpCode()