Searched defs:isPredicated (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h644 /// isPredicated - Returns true if the instruction is already predicated.
646 virtual bool isPredicated(const MachineInstr *MI) const { function in class:llvm::TargetInstrInfo
/external/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp142 if (isPredicated(Term) && !AnalyzeBranch(MBB, NewTBB, NewFBB, Cond,
2291 bool HexagonInstrInfo::isPredicated(const MachineInstr *MI) const { function in class:HexagonInstrInfo
/external/llvm/lib/CodeGen/
H A DIfConversion.cpp665 bool isPredicated = TII->isPredicated(I); local
669 if (!isPredicated) {
686 if (BBI.ClobbersPred && !isPredicated) {
1444 if (I->isDebugValue() || TII->isPredicated(I))
1501 if (!TII->isPredicated(I) && !MI->isDebugValue()) {
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp440 bool ARMBaseInstrInfo::isPredicated(const MachineInstr *MI) const { function in class:ARMBaseInstrInfo
2031 if (!isSuitableForMask(MI, SrcReg, CmpMask, false) || isPredicated(MI)) {
2038 isPredicated(PotentialAND))
2105 if (isPredicated(MI))
2214 assert(!isPredicated(MI) && "Can't use flags from predicated instruction");
3193 if (DepMI->readsRegister(Reg, &getRegisterInfo()) || !isPredicated(DepMI))
3354 if (MI->getOpcode() == ARM::VMOVD && !isPredicated(MI))
3359 if (Subtarget.isCortexA9() && !isPredicated(MI) &&
3413 assert(!isPredicated(MI) && "Cannot predicate a VORRd");
3431 assert(!isPredicated(M
[all...]

Completed in 131 milliseconds