/external/llvm/lib/Target/Hexagon/ |
HexagonInstrInfoV4.td | 80 let isPredicated = 1 in 87 let isPredicated = 1 in 94 let isPredicated = 1 in 101 let isPredicated = 1 in 108 let isPredicated = 1 in 115 let isPredicated = 1 in 122 let isPredicated = 1 in 129 let isPredicated = 1 in 138 let isPredicated = 1 in 145 let isPredicated = 1 i [all...] |
HexagonInstrInfo.td | 322 let neverHasSideEffects = 1, isPredicated = 1 in 328 let neverHasSideEffects = 1, isPredicated = 1 in 334 let neverHasSideEffects = 1, isPredicated = 1 in 340 let neverHasSideEffects = 1, isPredicated = 1 in 346 let neverHasSideEffects = 1, isPredicated = 1 in 352 let neverHasSideEffects = 1, isPredicated = 1 in 358 let neverHasSideEffects = 1, isPredicated = 1 in 364 let neverHasSideEffects = 1, isPredicated = 1 in 373 let neverHasSideEffects = 1, isPredicated = 1 in 379 let neverHasSideEffects = 1, isPredicated = 1 i [all...] |
HexagonInstrInfo.h | 125 virtual bool isPredicated(const MachineInstr *MI) const;
|
HexagonInstrFormats.td | 37 bits<1> isPredicated = 0; 38 let TSFlags{1} = isPredicated;
|
HexagonPeephole.cpp | 188 if (QII->isPredicated(MI)) {
|
HexagonInstrInfo.cpp | 149 if (isPredicated(Term) && !AnalyzeBranch(MBB, NewTBB, NewFBB, Cond, [all...] |
/external/llvm/lib/Target/PTX/ |
PTXInstrInfo.h | 58 virtual bool isPredicated(const MachineInstr *MI) const;
|
PTXInstrInfo.cpp | 113 bool PTXInstrInfo::isPredicated(const MachineInstr *MI) const { 119 return !isPredicated(MI) && MI->isTerminator();
|
/external/llvm/lib/CodeGen/ |
IfConversion.cpp | 657 bool isPredicated = TII->isPredicated(I); 661 if (!isPredicated) { 678 if (BBI.ClobbersPred && !isPredicated) { [all...] |
CriticalAntiDepBreaker.cpp | 199 TII->isPredicated(MI); 253 if (!TII->isPredicated(MI)) { 594 TII->isPredicated(MI))
|
RegisterScavenging.cpp | 148 bool isPred = TII->isPredicated(MI);
|
MachineBasicBlock.cpp | 573 // is possible. The isPredicated check is needed because this code can be 576 return empty() || !back().isBarrier() || TII->isPredicated(&back()); [all...] |
AggressiveAntiDepBreaker.cpp | 388 TII->isPredicated(MI)) { 456 TII->isPredicated(MI); [all...] |
MachineVerifier.cpp | 470 !TII->isPredicated(&MBB->back())) { 614 if (MI->isTerminator() && !TII->isPredicated(MI)) { [all...] |
TargetInstrInfoImpl.cpp | 161 return !isPredicated(MI);
|
BranchFolding.cpp | [all...] |
/external/llvm/lib/Target/MSP430/ |
MSP430InstrInfo.cpp | 166 return !isPredicated(MI);
|
/external/llvm/lib/Target/ARM/ |
ARMBaseInstrInfo.h | 75 bool isPredicated(const MachineInstr *MI) const;
|
ARMBaseInstrInfo.cpp | 440 bool ARMBaseInstrInfo::isPredicated(const MachineInstr *MI) const { [all...] |
/external/llvm/include/llvm/Target/ |
TargetInstrInfo.h | 547 /// isPredicated - Returns true if the instruction is already predicated. 549 virtual bool isPredicated(const MachineInstr *MI) const { [all...] |
/external/llvm/lib/Target/X86/ |
X86InstrInfo.cpp | [all...] |