Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrControl.td106 let IsCanonical = 1, isTrap = 1 in
117 let isTrap = 1 in
/external/llvm-project/llvm/utils/TableGen/
DInstrDocsEmitter.cpp112 FLAG(isTrap) in EmitInstrDocs()
DCodeGenInstruction.h249 bool isTrap : 1; variable
DInstrInfoEmitter.cpp755 if (Inst.isTrap) OS << "|(1ULL<<MCID::Trap)"; in emitRecord()
DCodeGenInstruction.cpp386 isTrap = R->getValueAsBit("isTrap"); in CodeGenInstruction()
/external/llvm-project/llvm/include/llvm/MC/
DMCInstrDesc.h265 bool isTrap() const { return Flags & (1ULL << MCID::Trap); } in isTrap() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInstrDesc.h280 bool isTrap() const { return Flags & (1ULL << MCID::Trap); } in isTrap() function
/external/llvm-project/llvm/tools/llvm-cfi-verify/lib/
DFileAnalysis.cpp171 return InstrDesc.isTrap() || willTrapOnCFIViolation(InstrMeta); in isCFITrap()
/external/llvm/lib/Target/ARM/
DARMFrameLowering.cpp967 bool isTrap = false; in emitPopInst() local
974 isTrap = in emitPopInst()
993 !isTrap && STI.hasV5TOps()) { in emitPopInst()
/external/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()
/external/llvm-project/llvm/lib/Target/ARM/
DARMFrameLowering.cpp1065 bool isTrap = false; in emitPopInst() local
1073 isTrap = in emitPopInst()
1094 !isCmseEntry && !isTrap && STI.hasV5TOps()) { in emitPopInst()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrSystem.td24 let mayLoad = 1, mayStore = 0, hasSideEffects = 1, isTrap = 1 in {
/external/llvm-project/llvm/lib/Target/X86/
DX86InstrSystem.td24 let mayLoad = 1, mayStore = 0, hasSideEffects = 1, isTrap = 1 in {
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSOPInstructions.td1132 let isTrap = 1;
/external/llvm-project/llvm/lib/Target/AMDGPU/
DSOPInstructions.td1256 let isTrap = 1;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTarget.td513 bit isTrap = 0; // Is this instruction a trap instruction?
/external/llvm-project/llvm/include/llvm/Target/
DTarget.td525 bit isTrap = false; // Is this instruction a trap instruction?
/external/llvm-project/llvm/docs/TableGen/
DProgRef.rst1827 bit isTrap = 0;
/external/llvm-project/llvm/lib/Target/VE/
DVEInstrInfo.td1507 let cx = 1, isTrap = 1 in def MONCHDB : RR<0x3F, (outs), (ins), "monc.hdb">;
/external/llvm-project/llvm/lib/Target/Mips/
DMipsInstrInfo.td1877 let isTrap = 1;
/external/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 {
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64InstrInfo.td2149 let isTrap = 1 in {
DAArch64InstrFormats.td4412 let hasSideEffects = 1, isTrap = 1, mayLoad = 0, mayStore = 0 in {