Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86PartialReduction.cpp236 auto SPR = matchSelectPattern(SI, LHS, RHS); in trySADReplacement() local
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLazyValueInfo.cpp830 SelectPatternResult SPR = matchSelectPattern(SI, LHS, RHS); in solveBlockValueSelect() local
H A DValueTracking.cpp6157 SelectPatternResult SPR = matchClamp(Pred, CmpLHS, CmpRHS, TrueVal, FalseVal); in matchMinMax() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp6222 SelectPatternResult SPR = matchSelectPattern(SI, A, B); in visitICmpInst() local
6887 SelectPatternResult SPR = matchSelectPattern(SI, A, B); in visitFCmpInst() local
H A DInstCombineSelect.cpp3272 SelectPatternResult SPR = matchSelectPattern(&SI, LHS, RHS, &CastOp); in visitSelectInst() local
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/
H A Dppc-opc.c463 #define SPR SISIGNOPT + 1 macro
/openbsd-src/gnu/usr.bin/binutils/opcodes/
H A Dppc-opc.c453 #define SPR SISIGNOPT + 1 macro
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3359 auto SPR = matchSelectPattern(const_cast<User*>(&I), LHS, RHS); in visitSelect() local