Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/test/TableGen/
DFastISelEmitter.td32 let FastISelShouldIgnore = 1 in
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenInstruction.h263 bool FastISelShouldIgnore : 1; variable
DCodeGenInstruction.cpp332 FastISelShouldIgnore = R->getValueAsBit("FastISelShouldIgnore"); in CodeGenInstruction()
DFastISelEmitter.cpp470 if (II.FastISelShouldIgnore) in collectPatterns()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMicroMipsInstrInfo.td626 let FastISelShouldIgnore = 1 in {
637 let FastISelShouldIgnore = 1 in
645 let FastISelShouldIgnore = 1 in {
DMicroMips32r6InstrInfo.td1371 let FastISelShouldIgnore = 1 in
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/
DTarget.td583 bit FastISelShouldIgnore = 0;