Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp834 DenseSet<unsigned> WLS; in copyMetadata() local
836 WLS.insert(M); in copyMetadata()
843 if (WL.empty() || WLS.count(MD.first)) in copyMetadata()
846 if (WL.empty() || WLS.count(LLVMContext::MD_dbg)) in copyMetadata()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h134 WLS, // Low-overhead loops, While Loop Start branch. See t2WhileLoopStart enumerator
H A DARMInstrThumb2.td370 // Label operands for BF/BFL/WLS/DLS/LE
5528 // WhileLoopStartLR that sets up LR and branches on zero, equivalent to WLS. It
H A DARMISelDAGToDAG.cpp4004 case ARMISD::WLS: { in Select()
H A DARMISelLowering.cpp1818 MAKE_CASE(ARMISD::WLS) in getTargetNodeName()
17088 Res = DAG.getNode(ARMISD::WLS, dl, MVT::Other, Ops); in PerformHWLoopCombine()
17095 Res = DAG.getNode(ARMISD::WLS, dl, MVT::Other, Ops); in PerformHWLoopCombine()