Searched defs:SPF (Results 1 – 7 of 7) sorted by relevance
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | EarlyCSE.cpp | 264 SelectPatternFlavor SPF; in getHashValueImpl() local
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSelect.cpp | 1200 SelectPatternFlavor SPF = canonicalizeSPF() local 3766 auto SPF = SPR.Flavor; visitSelectInst() local [all...] |
H A D | InstCombineCalls.cpp | 543 SelectPatternFlavor SPF = matchSelectPattern(Op0, X, Y).Flavor; foldCttzCtlz() local
|
H A D | InstCombineCompares.cpp | 6497 SelectPatternFlavor SPF = matchSelectPattern(Cmp.user_back(), A, B).Flavor; foldICmpUsingKnownBits() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 3583 SelectPatternFlavor SPF = matchSelectPattern(Select, LHS, RHS).Flavor; isSignedMinMaxClamp() local 8590 getMinMaxPred(SelectPatternFlavor SPF,bool Ordered) getMinMaxPred() argument 8602 getInverseMinMaxFlavor(SelectPatternFlavor SPF) getInverseMinMaxFlavor() argument 8626 getMinMaxLimit(SelectPatternFlavor SPF,unsigned BitWidth) getMinMaxLimit() argument [all...] |
H A D | InstructionSimplify.cpp | 4644 SelectPatternFlavor SPF = simplifySelectWithICmpCond() local
|
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMTargetTransformInfo.cpp | 962 SelectPatternFlavor SPF = matchSelectPattern(Sel, LHS, RHS).Flavor; getCmpSelInstrCost() local
|