Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2InstrInfo.h83 ARMVCC::VPTCodes getVPTInstrPredicate(const MachineInstr &MI,
85 inline ARMVCC::VPTCodes getVPTInstrPredicate(const MachineInstr &MI) { in getVPTInstrPredicate() function
87 return getVPTInstrPredicate(MI, PredReg); in getVPTInstrPredicate()
H A DMVEVPTBlockPass.cpp115 NextPred = getVPTInstrPredicate(*Iter, PredReg); in StepOverPredicatedInstrs()
167 assert(getVPTInstrPredicate(*Iter) == ARMVCC::Then && in CreateVPTBlock()
253 ARMVCC::VPTCodes Pred = getVPTInstrPredicate(*MI, PredReg); in InsertVPTBlocks()
H A DThumb2InstrInfo.cpp283 if (getVPTInstrPredicate(MI) != ARMVCC::None) in commuteInstructionImpl()
784 ARMVCC::VPTCodes llvm::getVPTInstrPredicate(const MachineInstr &MI, in getVPTInstrPredicate() function in llvm
812 getVPTInstrPredicate(*Iter) == ARMVCC::Then && in recomputeVPTBlockMask()
823 ARMVCC::VPTCodes Pred = getVPTInstrPredicate(*Iter); in recomputeVPTBlockMask()
H A DMVETPAndVPTOptimisationsPass.cpp657 assert(getVPTInstrPredicate(*Iter) == ARMVCC::None && in MoveVPNOTBeforeFirstUser()
727 getVPTInstrPredicate(*Iter) != ARMVCC::None) in ReduceOldVCCRValueUses()
817 getVPTInstrPredicate(*Iter) == ARMVCC::None) { in ReduceOldVCCRValueUses()
867 if (getVPTInstrPredicate(Instr) != ARMVCC::None) in ReplaceVCMPsByVPNOTs()
H A DARMLowOverheadLoops.cpp331 if (isVCTP(MI) && getVPTInstrPredicate(*MI) != ARMVCC::Then) in isValid()
1639 getVPTInstrPredicate(*DivergentNext) != ARMVCC::None; in ConvertVPTBlocks()
1688 assert(getVPTInstrPredicate(*Next) != ARMVCC::None && in ConvertVPTBlocks()