Home
last modified time | relevance | path

Searched defs:SPR (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86PartialReduction.cpp186 auto SPR = matchSelectPattern(SI, LHS, RHS); in trySADReplacement() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp1049 SelectPatternResult SPR = matchSelectPattern(&Sel, LHS, RHS); in canonicalizeMinMaxWithConstant() local
2923 SelectPatternResult SPR = matchSelectPattern(&SI, LHS, RHS, &CastOp); in visitSelectInst() local
H A DInstCombineCompares.cpp1364 SelectPatternResult SPR = matchSelectPattern(Cmp.getOperand(0), A, B); in foldICmpWithZero() local
5641 SelectPatternResult SPR = matchSelectPattern(SI, A, B); in visitICmpInst() local
6225 SelectPatternResult SPR = matchSelectPattern(SI, A, B); in visitFCmpInst() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLazyValueInfo.cpp815 SelectPatternResult SPR = matchSelectPattern(SI, LHS, RHS); in solveBlockValueSelect() local
H A DValueTracking.cpp5719 SelectPatternResult SPR = matchClamp(Pred, CmpLHS, CmpRHS, TrueVal, FalseVal); in matchMinMax() local
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dppc-opc.c3538 #define SPR SI8 + 1 macro
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dppc-opc.c3459 #define SPR SI8 + 1 macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3283 auto SPR = matchSelectPattern(const_cast<User*>(&I), LHS, RHS); in visitSelect() local