Home
last modified time | relevance | path

Searched refs:FUNC_CODE_INST_GEP (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
H A DNaClLLVMBitCodes.h314 FUNC_CODE_INST_GEP = 4, // Not used in PNaCl. enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h544 FUNC_CODE_INST_GEP = 43, // GEP: [inbounds, n x operands] enumerator
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_module.c1085 FUNC_CODE_INST_GEP = 43, enumerator
1125 { LITERAL(FUNC_CODE_INST_GEP), FIXED(1), TYPE_INDEX, ARRAY,
3228 data[0] = FUNC_CODE_INST_GEP; in emit_gep()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3955 case bitc::FUNC_CODE_INST_GEP: { // GEP: type, [n x operands] in parseFunctionBody()
3961 if (BitCode == bitc::FUNC_CODE_INST_GEP) { in parseFunctionBody()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2645 Code = bitc::FUNC_CODE_INST_GEP; in writeInstruction()
3428 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_GEP)); in writeBlockInfo()

Completed in 23 milliseconds