Home
last modified time | relevance | path

Searched refs:CALL_CCONV (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h381 CALL_CCONV = 1, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h443 CALL_CCONV = 1, enumerator
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2637 Vals.push_back(CI.getCallingConv() << bitc::CALL_CCONV | in writeInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2867 Vals.push_back(CI.getCallingConv() << bitc::CALL_CCONV | in writeInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4552 static_cast<CallingConv::ID>((0x7ff & CCInfo) >> bitc::CALL_CCONV)); in parseFunctionBody()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp5539 static_cast<CallingConv::ID>((0x7ff & CCInfo) >> bitc::CALL_CCONV)); in parseFunctionBody()