Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/Common/
HDCodeGenInstruction.h284 bool FastISelShouldIgnore : 1; variable
HDCodeGenInstruction.cpp467 FastISelShouldIgnore = R->getValueAsBit("FastISelShouldIgnore"); in CodeGenInstruction()
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
HDFastISelEmitter.cpp475 if (II.FastISelShouldIgnore) in collectPatterns()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMicroMipsInstrInfo.td610 let FastISelShouldIgnore = 1 in {
621 let FastISelShouldIgnore = 1 in
629 let FastISelShouldIgnore = 1 in {
HDMicroMips32r6InstrInfo.td1391 let FastISelShouldIgnore = 1 in
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Target/
HDTarget.td778 bit FastISelShouldIgnore = false;