Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
DCodeGenInstruction.h278 bool FastISelShouldIgnore : 1; variable
DFastISelEmitter.cpp466 if (II.FastISelShouldIgnore) in collectPatterns()
DCodeGenInstruction.cpp401 FastISelShouldIgnore = R->getValueAsBit("FastISelShouldIgnore"); in CodeGenInstruction()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
DMicroMipsInstrInfo.td614 let FastISelShouldIgnore = 1 in {
625 let FastISelShouldIgnore = 1 in
633 let FastISelShouldIgnore = 1 in {
DMicroMips32r6InstrInfo.td1388 let FastISelShouldIgnore = 1 in
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Target/
DTarget.td652 bit FastISelShouldIgnore = false;