Searched defs:C1 (Results 76 - 100 of 106) sorted by relevance

12345

/openbsd-current/gnu/llvm/llvm/lib/Analysis/
H A DConstantFolding.cpp1266 Constant *C1 = ConstantExpr::getIntegerCast(CE1->getOperand(0), local
2687 const APInt *C0, *C1; local
2941 const APInt *C0, *C1, *C2; local
2990 const APFloat &C1 = Op1->getValueAPF(); local
3049 const APInt *C0, *C1; local
3081 const APInt *C0, *C1, *C2; local
[all...]
H A DTargetTransformInfo.cpp363 bool TargetTransformInfo::isLSRCostLess(const LSRCost &C1, argument
H A DDependenceAnalysis.cpp2111 symbolicRDIVtest(const SCEV *A1, const SCEV *A2, const SCEV *C1, const SCEV *C2, const Loop *Loop1, const Loop *Loop2) const argument
H A DInstructionSimplify.cpp1662 const APInt *C0, *C1; local
1734 const APInt *C0, *C1; local
1891 const APInt *C0, *C1; local
2044 Constant *C1, *C2; local
2473 const APInt *C1, *C2; local
3202 const APInt *C1, *C2; local
3249 const APInt *C1, *C2; local
[all...]
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DIfConversion.cpp406 static bool IfcvtTokenCmp(const std::unique_ptr<IfcvtToken> &C1, argument
[all...]
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp506 const APInt &C1 = MaybeOp1Cst->Value; local
[all...]
H A DCombinerHelper.cpp1535 const Register C1 = MI.getOperand(2).getReg(); local
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp1090 uint8_t C1, C2; local
/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp1816 unsigned C1 = 0; local
H A DAMDGPUISelDAGToDAG.cpp1061 ConstantSDNode *C1 = cast<ConstantSDNode>(N1); local
1165 ConstantSDNode *C1 = cast<ConstantSDNode>(N1); local
1253 ConstantSDNode *C1 = nullptr; local
1412 ConstantSDNode *C1 = cast<ConstantSDNode>(N1); local
2074 ConstantSDNode *C1 = cast<ConstantSDNode>(N1); local
[all...]
H A DAMDGPUISelLowering.cpp1918 SDValue C1 = DAG.getSelectCC(DL, Sub1_Hi, RHS_Hi, MinusOne, Zero, local
2239 SDValue C1 = DAG.getConstantFP(C1Val, SL, MVT::f64); local
/openbsd-current/gnu/llvm/clang/lib/Lex/
H A DLexer.cpp1909 char C1 = Lexer::getCharAndSizeNoWarn(Start, Size, LangOpts); local
/openbsd-current/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1234 SDValue C1 = DAG.getConstant(1, dl, BVT); local
/openbsd-current/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h217 bool isLSRCostLess(const TTI::LSRCost &C1, const TTI::LSRCost &C2) const { argument
/openbsd-current/gnu/llvm/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h371 bool isLSRCostLess(TTI::LSRCost C1, TTI::LSRCost C2) { argument
/openbsd-current/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp644 const APInt *C1; local
695 APInt C1 = APInt::getOneBitSet(V->getType()->getScalarSizeInBits(), C1Log); local
1389 Constant *C1; local
[all...]
H A DInstCombineVectorOps.cpp2229 Constant *C0 = nullptr, *C1 = nullptr; local
[all...]
H A DInstCombineAddSub.cpp356 ConstantFP *C0, *C1; local
762 const APInt *C1 = nullptr, *C2 = nullptr; local
820 const APInt *C1, *C2; local
1045 MulWillOverflow(APInt &C0, APInt &C1, bool IsSigned) argument
1066 APInt C1; local
1417 Constant *C1, *C2; local
1430 const APInt *C1, *C2; local
[all...]
H A DInstructionCombining.cpp529 Constant *C1, *C2, *CRes; local
1314 Constant *C0, *C1; local
[all...]
H A DInstCombineAndOrXor.cpp1146 const APInt *C1, *C local
2070 const APInt *C1; local
2149 Constant *C1, *C2; local
2584 areInverseVectorBitmasks(Constant *C1, Constant *C2) argument
3030 const APInt *C0, *C1; local
3523 const APInt *C1, *C2; local
4088 Constant *C1; local
4187 ConstantInt *C1, *C2, *C3; local
[all...]
H A DInstCombineCalls.cpp863 const APInt *C0, *C1; local
958 const APInt *C0, *C1; local
1645 const APInt *C0, *C1; local
1807 const APFloat *C1, *C2; local
[all...]
H A DInstCombineCompares.cpp1606 foldICmpAndShift(ICmpInst &Cmp, BinaryOperator *And, const APInt &C1, const APInt &C2) argument
1692 foldICmpAndConstConst(ICmpInst &Cmp, BinaryOperator *And, const APInt &C1) argument
3698 const APInt *C0, *C1; // FIXME: non-splats, potentially with undef. local
4577 ConstantInt *C1, *C2; local
5628 const APInt *C1; local
[all...]
/openbsd-current/gnu/llvm/llvm/lib/IR/
H A DAutoUpgrade.cpp2018 Value *C1 = Builder.CreateCall( local
2081 Value *C1 = Builder.CreateCall( local
/openbsd-current/gnu/llvm/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp5852 bool X86TTIImpl::isLSRCostLess(const TargetTransformInfo::LSRCost &C1, argument
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1487 SDValue C1 = Op.getOperand(I).getOperand(1); local
1704 unsigned C1 = SA2->getZExtValue(); local
1844 unsigned C1 = SA2->getZExtValue(); local
2806 SDValue C1 = getUndefOrConstantElt(BO.getOperand(1), i, UndefOp1); local
3826 ConstantSDNode *C1; local
4024 simplifySetCCWithCTPOP(const TargetLowering &TLI, EVT VT, SDValue N0, const APInt &C1, ISD::CondCode Cond, const SDLoc &dl, SelectionDAG &DAG) argument
4247 const APInt &C1 = N1C->getAPIntValue(); local
4298 const APInt &C1 = N1C->getAPIntValue(); local
4644 const APInt &C1 = N1C->getAPIntValue(); local
4828 const APInt &C1 = N1C->getAPIntValue(); local
[all...]

Completed in 649 milliseconds

12345