Home
last modified time | relevance | path

Searched refs:FastISelShouldIgnore (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenInstruction.h282 bool FastISelShouldIgnore : 1; variable
H A DCodeGenInstruction.cpp464 FastISelShouldIgnore = R->getValueAsBit("FastISelShouldIgnore"); in CodeGenInstruction()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DFastISelEmitter.cpp457 if (Inst.FastISelShouldIgnore) in collectPatterns()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMicroMipsInstrInfo.td610 let FastISelShouldIgnore = 1 in {
621 let FastISelShouldIgnore = 1 in
629 let FastISelShouldIgnore = 1 in {
H A DMicroMips32r6InstrInfo.td1391 let FastISelShouldIgnore = 1 in
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTarget.td783 bit FastISelShouldIgnore = false;