Home
last modified time | relevance | path

Searched refs:getVPTInstrPredicate (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2InstrInfo.h87 ARMVCC::VPTCodes getVPTInstrPredicate(const MachineInstr &MI,
89 inline ARMVCC::VPTCodes getVPTInstrPredicate(const MachineInstr &MI) { in getVPTInstrPredicate() function
91 return getVPTInstrPredicate(MI, PredReg); in getVPTInstrPredicate()
H A DMVEVPTBlockPass.cpp115 NextPred = getVPTInstrPredicate(*Iter, PredReg); in StepOverPredicatedInstrs()
168 assert(getVPTInstrPredicate(*Iter) == ARMVCC::Then && in CreateVPTBlock()
254 ARMVCC::VPTCodes Pred = getVPTInstrPredicate(*MI, PredReg); in InsertVPTBlocks()
H A DThumb2InstrInfo.cpp284 if (getVPTInstrPredicate(MI) != ARMVCC::None) in commuteInstructionImpl()
804 ARMVCC::VPTCodes llvm::getVPTInstrPredicate(const MachineInstr &MI, in getVPTInstrPredicate() function in llvm
832 getVPTInstrPredicate(*Iter) == ARMVCC::Then && in recomputeVPTBlockMask()
843 ARMVCC::VPTCodes Pred = getVPTInstrPredicate(*Iter); in recomputeVPTBlockMask()
H A DMVETPAndVPTOptimisationsPass.cpp657 assert(getVPTInstrPredicate(*Iter) == ARMVCC::None && in MoveVPNOTBeforeFirstUser()
728 getVPTInstrPredicate(*Iter) != ARMVCC::None) in ReduceOldVCCRValueUses()
819 getVPTInstrPredicate(*Iter) == ARMVCC::None) { in ReduceOldVCCRValueUses()
870 if (getVPTInstrPredicate(Instr) != ARMVCC::None) in ReplaceVCMPsByVPNOTs()
H A DARMLowOverheadLoops.cpp261 if (getVPTInstrPredicate(*MI) == ARMVCC::Else) in isPredicatedOnVCTP()
329 return getVPTInstrPredicate(*MI) == ARMVCC::Else; in isValid()
346 if (isVCTP(MI) && getVPTInstrPredicate(*MI) != ARMVCC::Then) in isValid()
1626 getVPTInstrPredicate(*DivergentNext) != ARMVCC::None; in ConvertVPTBlocks()
1675 assert(getVPTInstrPredicate(*Next) != ARMVCC::None && in ConvertVPTBlocks()