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

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCInstrDesc.h 250 bool isTrap() const { return Flags & (1ULL << MCID::Trap); }
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
CodeGenInstruction.h 235 bool isTrap : 1;
InstrDocsEmitter.cpp 112 FLAG(isTrap)
InstrInfoEmitter.cpp 579 if (Inst.isTrap) OS << "|(1ULL<<MCID::Trap)";
CodeGenInstruction.cpp 315 isTrap = R->getValueAsBit("isTrap");
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cfi-verify/lib/
FileAnalysis.cpp 168 return InstrDesc.isTrap();
  /external/llvm/lib/Target/ARM/
ARMFrameLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMFrameLowering.cpp     [all...]

Completed in 321 milliseconds