Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClLLVMBitCodes.h313 FUNC_CODE_INST_CAST = 3, // CAST: [opval, destty, castopc] enumerator
/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h394 FUNC_CODE_INST_CAST = 3, // CAST: [opcode, ty, opty, opval] enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h488 FUNC_CODE_INST_CAST = 3, // CAST: [opcode, ty, opty, opval] enumerator
/external/llvm-project/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h500 FUNC_CODE_INST_CAST = 3, // CAST: [opcode, ty, opty, opval] enumerator
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2302 Code = bitc::FUNC_CODE_INST_CAST; in writeInstruction()
3072 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_CAST)); in writeBlockInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2611 Code = bitc::FUNC_CODE_INST_CAST; in writeInstruction()
3394 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_CAST)); in writeBlockInfo()
/external/llvm-project/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2689 Code = bitc::FUNC_CODE_INST_CAST; in writeInstruction()
3472 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_CAST)); in writeBlockInfo()
/external/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp2241 case naclbitc::FUNC_CODE_INST_CAST: { in ProcessRecord()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4554 case bitc::FUNC_CODE_INST_CAST: { // CAST: [opval, opty, destty, castopc] in parseFunctionBody()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3925 case bitc::FUNC_CODE_INST_CAST: { // CAST: [opval, opty, destty, castopc] in parseFunctionBody()
/external/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4025 case bitc::FUNC_CODE_INST_CAST: { // CAST: [opval, opty, destty, castopc] in parseFunctionBody()