Searched refs:TheCalledValue (Results 1 – 5 of 5) sorted by relevance
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/AdaptorOCL/SPIRV/libSPIRV/ |
H A D | SPIRVInstruction.cpp | 109 SPIRVId TheId, SPIRVValue *TheCalledValue, SPIRVType *TheReturnType, in SPIRVFunctionPointerCallINTEL() argument 112 CalledValueId(TheCalledValue->getId()) { in SPIRVFunctionPointerCallINTEL()
|
H A D | SPIRVInstruction.h | 1202 SPIRVFunctionPointerCallINTEL(SPIRVId TheId, SPIRVValue* TheCalledValue,
|
/dports/devel/spirv-llvm-translator/SPIRV-LLVM-Translator-13.0.0/lib/SPIRV/libSPIRV/ |
H A D | SPIRVInstruction.cpp | 123 SPIRVId TheId, SPIRVValue *TheCalledValue, SPIRVType *TheReturnType, in SPIRVFunctionPointerCallINTEL() argument 126 CalledValueId(TheCalledValue->getId()) { in SPIRVFunctionPointerCallINTEL()
|
H A D | SPIRVModule.cpp | 1309 SPIRVValue *TheCalledValue, SPIRVType *TheReturnType, in addIndirectCallInst() argument 1312 new SPIRVFunctionPointerCallINTEL(getId(), TheCalledValue, TheReturnType, in addIndirectCallInst()
|
H A D | SPIRVInstruction.h | 1705 SPIRVFunctionPointerCallINTEL(SPIRVId TheId, SPIRVValue *TheCalledValue,
|