Home
last modified time | relevance | path

Searched refs:FUNC_CODE_INST_GEP (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DLLVMBitCodes.h262 FUNC_CODE_INST_GEP = 4, // GEP: [n x operands] enumerator
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClLLVMBitCodes.h322 FUNC_CODE_INST_GEP = 4, // Not used in PNaCl. enumerator
/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h450 FUNC_CODE_INST_GEP = 43, // GEP: [inbounds, n x operands] enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h512 FUNC_CODE_INST_GEP = 43, // GEP: [inbounds, n x operands] enumerator
/external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp222 case bitc::FUNC_CODE_INST_GEP: return "INST_GEP"; in GetCodeName()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2324 Code = bitc::FUNC_CODE_INST_GEP; in writeInstruction()
3106 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_GEP)); in writeBlockInfo()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DBitcodeWriter.cpp1026 Code = bitc::FUNC_CODE_INST_GEP; in WriteInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2553 Code = bitc::FUNC_CODE_INST_GEP; in writeInstruction()
3268 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_GEP)); in writeBlockInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3594 case bitc::FUNC_CODE_INST_GEP: { // GEP: type, [n x operands] in parseFunctionBody()
3600 if (BitCode == bitc::FUNC_CODE_INST_GEP) { in parseFunctionBody()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp2208 case bitc::FUNC_CODE_INST_GEP: { // GEP: [n x operands] in ParseFunctionBody()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4582 case bitc::FUNC_CODE_INST_GEP: { // GEP: type, [n x operands] in parseFunctionBody()
4588 if (BitCode == bitc::FUNC_CODE_INST_GEP) { in parseFunctionBody()