Home
last modified time | relevance | path

Searched refs:FUNC_CODE_INST_INDIRECTBR (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DLLVMBitCodes.h297 FUNC_CODE_INST_INDIRECTBR = 31, // INDIRECTBR: [opty, op0, op1, ...] enumerator
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClLLVMBitCodes.h353 FUNC_CODE_INST_INDIRECTBR = 31, // Not used in PNaCl. enumerator
/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h430 FUNC_CODE_INST_INDIRECTBR = 31, // INDIRECTBR: [opty, op0, op1, ...] enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h492 FUNC_CODE_INST_INDIRECTBR = 31, // INDIRECTBR: [opty, op0, op1, ...] enumerator
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DBitcodeWriter.cpp1114 Code = bitc::FUNC_CODE_INST_INDIRECTBR; in WriteInstruction()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp2441 case bitc::FUNC_CODE_INST_INDIRECTBR: { // INDIRECTBR: [opty, op0, op1, ...] in ParseFunctionBody()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2424 Code = bitc::FUNC_CODE_INST_INDIRECTBR; in writeInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2653 Code = bitc::FUNC_CODE_INST_INDIRECTBR; in writeInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4074 case bitc::FUNC_CODE_INST_INDIRECTBR: { // INDIRECTBR: [opty, op0, op1, ...] in parseFunctionBody()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp5062 case bitc::FUNC_CODE_INST_INDIRECTBR: { // INDIRECTBR: [opty, op0, op1, ...] in parseFunctionBody()