Searched refs:CST_CODE_CE_CAST (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 156 CST_CODE_CE_CAST = 11, // CE_CAST: [opcode, opty, opval] enumerator
|
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
D | NaClLLVMBitCodes.h | 159 CST_CODE_CE_CAST = 11, // Not used in PNaCl. enumerator
|
/external/llvm/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 276 CST_CODE_CE_CAST = 11, // CE_CAST: [opcode, opty, opval] enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 329 CST_CODE_CE_CAST = 11, // CE_CAST: [opcode, opty, opval] enumerator
|
/external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/ |
D | llvm-bcanalyzer.cpp | 204 case bitc::CST_CODE_CE_CAST: return "CE_CAST"; in GetCodeName()
|
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 875 Code = bitc::CST_CODE_CE_CAST; in WriteConstants() 1487 Abbv->Add(BitCodeAbbrevOp(bitc::CST_CODE_CE_CAST)); in WriteBlockInfo()
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 2137 Code = bitc::CST_CODE_CE_CAST; in writeConstants() 3017 Abbv->Add(BitCodeAbbrevOp(bitc::CST_CODE_CE_CAST)); in writeBlockInfo()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 2363 Code = bitc::CST_CODE_CE_CAST; in writeConstants() 3179 Abbv->Add(BitCodeAbbrevOp(bitc::CST_CODE_CE_CAST)); in writeBlockInfo()
|
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 1370 case bitc::CST_CODE_CE_CAST: { // CE_CAST: [opcode, opty, opval] in ParseConstants()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 2346 case bitc::CST_CODE_CE_CAST: { // CE_CAST: [opcode, opty, opval] in parseConstants()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 3082 case bitc::CST_CODE_CE_CAST: { // CE_CAST: [opcode, opty, opval] in parseConstants()
|