Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DLLVMBitCodes.h261 FUNC_CODE_INST_CAST = 3, // CAST: [opcode, ty, opty, opval] enumerator
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClLLVMBitCodes.h321 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-7.0/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h456 FUNC_CODE_INST_CAST = 3, // CAST: [opcode, ty, opty, opval] enumerator
/external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp221 case bitc::FUNC_CODE_INST_CAST: return "INST_CAST"; in GetCodeName()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DBitcodeWriter.cpp1004 Code = bitc::FUNC_CODE_INST_CAST; in WriteInstruction()
1540 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_CAST)); in WriteBlockInfo()
/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-7.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2531 Code = bitc::FUNC_CODE_INST_CAST; in writeInstruction()
3234 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_CAST)); in writeBlockInfo()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp2192 case bitc::FUNC_CODE_INST_CAST: { // CAST: [opval, opty, destty, castopc] in ParseFunctionBody()
/external/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp2241 case naclbitc::FUNC_CODE_INST_CAST: { in ProcessRecord()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3566 case bitc::FUNC_CODE_INST_CAST: { // CAST: [opval, opty, destty, castopc] in parseFunctionBody()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4554 case bitc::FUNC_CODE_INST_CAST: { // CAST: [opval, opty, destty, castopc] in parseFunctionBody()