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.cpp111 NextPred = getVPTInstrPredicate(*Iter, PredReg); in StepOverPredicatedInstrs()
164 assert(getVPTInstrPredicate(*Iter) == ARMVCC::Then && in CreateVPTBlock()
250 ARMVCC::VPTCodes Pred = getVPTInstrPredicate(*MI, PredReg); in InsertVPTBlocks()
H A DThumb2InstrInfo.cpp286 if (getVPTInstrPredicate(MI) != ARMVCC::None) in commuteInstructionImpl()
806 ARMVCC::VPTCodes llvm::getVPTInstrPredicate(const MachineInstr &MI, in getVPTInstrPredicate() function in llvm
834 getVPTInstrPredicate(*Iter) == ARMVCC::Then && in recomputeVPTBlockMask()
845 ARMVCC::VPTCodes Pred = getVPTInstrPredicate(*Iter); in recomputeVPTBlockMask()
H A DMVETPAndVPTOptimisationsPass.cpp655 assert(getVPTInstrPredicate(*Iter) == ARMVCC::None && in MoveVPNOTBeforeFirstUser()
726 getVPTInstrPredicate(*Iter) != ARMVCC::None) in ReduceOldVCCRValueUses()
817 getVPTInstrPredicate(*Iter) == ARMVCC::None) { in ReduceOldVCCRValueUses()
868 if (getVPTInstrPredicate(Instr) != ARMVCC::None) in ReplaceVCMPsByVPNOTs()
H A DARMLowOverheadLoops.cpp258 if (getVPTInstrPredicate(*MI) == ARMVCC::Else) in isPredicatedOnVCTP()
326 return getVPTInstrPredicate(*MI) == ARMVCC::Else; in isValid()
343 if (isVCTP(MI) && getVPTInstrPredicate(*MI) != ARMVCC::Then) in isValid()
1620 getVPTInstrPredicate(*DivergentNext) != ARMVCC::None; in ConvertVPTBlocks()
1669 assert(getVPTInstrPredicate(*Next) != ARMVCC::None && in ConvertVPTBlocks()