Searched refs:hasNoSchedulingInfo (Results 1 – 25 of 29) sorted by relevance
12
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | InstrDocsEmitter.cpp | 139 FLAG(hasNoSchedulingInfo) in EmitInstrDocs()
|
D | CodeGenInstruction.h | 262 bool hasNoSchedulingInfo : 1; variable
|
D | CodeGenInstruction.cpp | 331 hasNoSchedulingInfo = R->getValueAsBit("hasNoSchedulingInfo"); in CodeGenInstruction()
|
D | CodeGenSchedule.cpp | 642 if (!Inst->hasNoSchedulingInfo) in collectSchedClasses() 1667 if (Inst->hasNoSchedulingInfo) in checkCompleteness()
|
/external/llvm/utils/TableGen/ |
D | CodeGenInstruction.h | 259 bool hasNoSchedulingInfo : 1; variable
|
D | CodeGenInstruction.cpp | 327 hasNoSchedulingInfo = R->getValueAsBit("hasNoSchedulingInfo"); in CodeGenInstruction()
|
D | CodeGenSchedule.cpp | 536 if (!Inst->hasNoSchedulingInfo) in collectSchedClasses() 1554 if (Inst->hasNoSchedulingInfo) in checkCompleteness()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | SIInstructions.td | 197 let hasNoSchedulingInfo = 1; 218 let hasNoSchedulingInfo = 1; 341 let hasNoSchedulingInfo = 1; 375 let hasNoSchedulingInfo = 1;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 16 let hasNoSchedulingInfo = 1, hasSideEffects = 1 in { 376 let usesCustomInserter = 1, hasNoSchedulingInfo = 1 in 685 let usesCustomInserter = 1, hasNoSchedulingInfo = 1 in 697 let usesCustomInserter = 1, hasNoSchedulingInfo = 1 in 1595 let hasSideEffects = 1, hasNoSchedulingInfo = 1 in 1731 let hasNoSchedulingInfo = 1; 1970 let hasNoSchedulingInfo = 1 in
|
D | SystemZInstrFormats.td | 4705 let hasNoSchedulingInfo = 1; 4712 let Uses = [CC], usesCustomInserter = 1, hasNoSchedulingInfo = 1, 4738 let hasNoSchedulingInfo = 1; 4765 let hasNoSchedulingInfo = 1; 4782 let usesCustomInserter = 1, hasNoSchedulingInfo = 1, Defs = [CC] in { 4798 let usesCustomInserter = 1, hasNoSchedulingInfo = 1 in { 4819 let usesCustomInserter = 1, hasNoSchedulingInfo = 1 in
|
D | SystemZInstrFP.td | 72 let Defs = [CC], usesCustomInserter = 1, hasNoSchedulingInfo = 1 in {
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InstrFPStack.td | 77 let usesCustomInserter = 1, hasNoSchedulingInfo = 1 in { 236 let hasNoSchedulingInfo = 1 in {
|
D | X86InstrSystem.td | 591 let usesCustomInserter = 1, hasNoSchedulingInfo = 1 in {
|
D | X86InstrCompiler.td | 546 let usesCustomInserter = 1, hasNoSchedulingInfo = 1, Uses = [EFLAGS] in { 584 } // usesCustomInserter = 1, hasNoSchedulingInfo = 1, Uses = [EFLAGS]
|
/external/llvm/include/llvm/Target/ |
D | Target.td | 433 bit hasNoSchedulingInfo = 0; 780 let isCodeGenOnly = 1, isPseudo = 1, hasNoSchedulingInfo = 1, 873 let hasNoSchedulingInfo = 0;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/ |
D | Target.td | 511 bit hasNoSchedulingInfo = 0; 920 let hasNoSchedulingInfo = 1; 1032 let hasNoSchedulingInfo = 0;
|
/external/llvm/lib/Target/Mips/ |
D | Mips64InstrInfo.td | 85 let isPseudo = 1, isCodeGenOnly = 1, hasNoSchedulingInfo = 1 in {
|
D | MipsInstrInfo.td | 1501 let hasNoSchedulingInfo = 1; 1647 let isPseudo = 1, isCodeGenOnly = 1, hasNoSchedulingInfo = 1 in {
|
D | MipsDSPInstrInfo.td | 1276 let isPseudo = 1, isCodeGenOnly = 1, hasNoSchedulingInfo = 1 in {
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | Mips64InstrInfo.td | 100 let isPseudo = 1, isCodeGenOnly = 1, hasNoSchedulingInfo = 1 in {
|
D | MipsDSPInstrInfo.td | 1281 let isPseudo = 1, isCodeGenOnly = 1, hasNoSchedulingInfo = 1 in {
|
D | MipsInstrInfo.td | 1790 let hasNoSchedulingInfo = 1; 1996 let isPseudo = 1, isCodeGenOnly = 1, hasNoSchedulingInfo = 1 in {
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCInstrFormats.td | 2162 let hasNoSchedulingInfo = 1;
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIInstructions.td | 2031 let hasNoSchedulingInfo = 1;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMInstrThumb2.td | 3219 let hasNoSchedulingInfo = 1 in
|
12