HomeSort by relevance Sort by last modified time
    Searched refs:FUNC_CODE_INST_ALLOCA (Results 1 - 13 of 13) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
LLVMBitCodes.h 279 FUNC_CODE_INST_ALLOCA = 19, // ALLOCA: [instty, op, align]
  /external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
NaClLLVMBitCodes.h 338 FUNC_CODE_INST_ALLOCA = 19, // ALLOCA: [op, align]
  /external/swiftshader/third_party/subzero/unittest/
IceParseInstsTest.cpp 91 3, naclbitc::FUNC_CODE_INST_ALLOCA, 1, getEncAlignPower(0), Terminator,
96 const uint64_t ReplaceIndex = 11; // index for FUNC_CODE_INST_ALLOCA
112 3, naclbitc::FUNC_CODE_INST_ALLOCA, 1, getEncAlignZero(), Terminator,
122 3, naclbitc::FUNC_CODE_INST_ALLOCA, 1, getEncAlignPower(30), Terminator,
138 3, naclbitc::FUNC_CODE_INST_ALLOCA, 1, getEncAlignPower(29), Terminator,
  /external/llvm/include/llvm/Bitcode/
LLVMBitCodes.h 412 FUNC_CODE_INST_ALLOCA = 19, // ALLOCA: [instty, opty, op, align]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/
LLVMBitCodes.h 474 FUNC_CODE_INST_ALLOCA = 19, // ALLOCA: [instty, opty, op, align]
  /external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp 238 case bitc::FUNC_CODE_INST_ALLOCA: return "INST_ALLOCA";
  /external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/swiftshader/third_party/subzero/src/
PNaClTranslator.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]

Completed in 332 milliseconds