Searched refs:transValueWithoutDecoration (Results 1 – 2 of 2) sorted by relevance
/external/spirv-llvm/lib/SPIRV/ |
D | SPIRVWriter.cpp | 216 SPIRVValue *transValueWithoutDecoration(Value *V, SPIRVBasicBlock *BB, 803 auto BV = transValueWithoutDecoration(V, BB, CreateForward); in transValue() 861 LLVMToSPIRV::transValueWithoutDecoration(Value *V, SPIRVBasicBlock *BB, in transValueWithoutDecoration() function in SPIRV::LLVMToSPIRV
|
D | SPIRVReader.cpp | 300 Value *transValueWithoutDecoration(SPIRVValue *, Function *F, BasicBlock *, 909 auto V = transValueWithoutDecoration(BV, F, BB, CreatePlaceHolder); in transValue() 1322 SPIRVToLLVM::transValueWithoutDecoration(SPIRVValue *BV, Function *F, in transValueWithoutDecoration() function in SPIRV::SPIRVToLLVM
|