Searched defs:LoopDec (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ | ||
H A D | MVETPAndVPTOptimisationsPass.cpp | 113 MachineInstr *&LoopDec, MachineInstr *&LoopEnd) { in findLoopComponents() argument |
H A D | ARMBaseInstrInfo.cpp | 6808 MachineInstr *LoopDec = nullptr; createTripCountGreaterCondition() local |
H A D | ARMISelDAGToDAG.cpp | 4148 SDNode *LoopDec = Select() local |
H A D | ARMISelLowering.cpp | 18302 SDValue LoopDec = DAG.getNode(ARMISD::LOOP_DEC, dl, PerformHWLoopCombine() local |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ | ||
H A D | HardwareLoops.cpp | 388 Instruction *LoopDec = InsertLoopRegDec(LoopCountInit); in Create() local |