Home
last modified time | relevance | path

Searched refs:FUNC_CODE_INST_SELECT (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClLLVMBitCodes.h315 FUNC_CODE_INST_SELECT = 5, // Not used in PNaCl. Replaced by VSELECT. enumerator
/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h396 FUNC_CODE_INST_SELECT = 5, // SELECT: [ty, opval, opval, opval] enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h490 FUNC_CODE_INST_SELECT = 5, // SELECT: [ty, opval, opval, opval] enumerator
/external/llvm-project/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h502 FUNC_CODE_INST_SELECT = 5, // SELECT: [ty, opval, opval, opval] enumerator
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4709 case bitc::FUNC_CODE_INST_SELECT: { // SELECT: [opval, ty, opval, opval] in parseFunctionBody()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4082 case bitc::FUNC_CODE_INST_SELECT: { // SELECT: [opval, ty, opval, opval] in parseFunctionBody()
/external/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4182 case bitc::FUNC_CODE_INST_SELECT: { // SELECT: [opval, ty, opval, opval] in parseFunctionBody()