Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInstrDesc.h280 bool isTrap() const { return Flags & (1ULL << MCID::Trap); } in isTrap() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMFrameLowering.cpp1062 bool isTrap = false; in emitPopInst() local
1069 isTrap = in emitPopInst()
1089 !isTrap && STI.hasV5TOps()) { in emitPopInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrSystem.td24 let mayLoad = 1, mayStore = 0, hasSideEffects = 1, isTrap = 1 in {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSOPInstructions.td1132 let isTrap = 1;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTarget.td513 bit isTrap = 0; // Is this instruction a trap instruction?
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64InstrFormats.td4276 let hasSideEffects = 1, isTrap = 1, mayLoad = 0, mayStore = 0 in {
DAArch64InstrInfo.td1976 let isTrap = 1 in {