Home
last modified time | relevance | path

Searched defs:isTrap (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCInstrDesc.h273 bool isTrap() const { return Flags & (1ULL << MCID::Trap); } in isTrap() function
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenInstruction.h249 bool isTrap : 1; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp1160 bool isTrap = false; in emitPopInst() local