HomeSort by relevance Sort by last modified time
    Searched refs:isPredicated (Results 1 - 23 of 23) sorted by null

  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.h 129 virtual bool isPredicated(const MachineInstr *MI) const;
HexagonPeephole.cpp 223 if (QII->isPredicated(MI)) {
HexagonNewValueJump.cpp 98 if (QII->isPredicated(II))
HexagonVLIWPacketizer.cpp     [all...]
HexagonInstrInfo.cpp 143 if (isPredicated(Term) && !AnalyzeBranch(MBB, NewTBB, NewFBB, Cond,
    [all...]
  /external/llvm/lib/Target/R600/
AMDGPUInstrInfo.h 117 bool isPredicated(const MachineInstr *MI) const;
R600InstrInfo.h 81 bool isPredicated(const MachineInstr *MI) const;
AMDGPUInstrInfo.cpp 210 bool AMDGPUInstrInfo::isPredicated(const MachineInstr *MI) const {
R600InstrInfo.cpp 393 R600InstrInfo::isPredicated(const MachineInstr *MI) const {
  /external/llvm/lib/CodeGen/
CriticalAntiDepBreaker.cpp 165 TII->isPredicated(MI);
218 if (!TII->isPredicated(MI)) {
567 TII->isPredicated(MI))
TargetSchedule.cpp 293 if (!DepMI->readsRegister(Reg, TRI) && TII->isPredicated(DepMI))
IfConversion.cpp 666 bool isPredicated = TII->isPredicated(I);
670 if (!isPredicated) {
687 if (BBI.ClobbersPred && !isPredicated) {
    [all...]
RegisterScavenging.cpp 138 bool isPred = TII->isPredicated(MI);
AggressiveAntiDepBreaker.cpp 368 TII->isPredicated(MI)) {
435 TII->isPredicated(MI);
    [all...]
TargetInstrInfo.cpp 209 return !isPredicated(MI);
BranchFolding.cpp     [all...]
MachineVerifier.cpp 567 !TII->isPredicated(getBundleStart(&MBB->back()))) {
706 if (MI->isTerminator() && !TII->isPredicated(MI)) {
    [all...]
MachineBasicBlock.cpp 609 // is possible. The isPredicated check is needed because this code can be
612 return empty() || !back().isBarrier() || TII->isPredicated(&back());
    [all...]
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 660 /// isPredicated - Returns true if the instruction is already predicated.
662 virtual bool isPredicated(const MachineInstr *MI) const {
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 75 bool isPredicated(const MachineInstr *MI) const;
ARMBaseInstrInfo.cpp 445 bool ARMBaseInstrInfo::isPredicated(const MachineInstr *MI) const {
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430InstrInfo.cpp 166 return !isPredicated(MI);
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]

Completed in 649 milliseconds