/external/llvm/lib/Target/AArch64/ |
D | AArch64PromoteConstant.cpp | 239 static bool shouldConvertUse(const Constant *Cst, const Instruction *Instr, in shouldConvertUse() 308 static bool shouldConvert(const Constant *Cst) { in shouldConvert() 461 Constant *Cst, InsertionPointsPerFunc &InsPtsPerFunc) { in insertDefinitions() 522 bool AArch64PromoteConstant::promoteConstant(Constant *Cst) { in promoteConstant() 547 Constant *Cst = dyn_cast<Constant>(Op); in runOnFunction() local
|
D | AArch64AddressTypePromotion.cpp | 322 if (const ConstantInt *Cst = dyn_cast<ConstantInt>(Opnd)) { in propagateSignExtension() local
|
D | AArch64ISelLowering.cpp | 6123 ConstantSDNode *Cst = dyn_cast<ConstantSDNode>(Op.getOperand(1)); in LowerEXTRACT_SUBVECTOR() local
|
/external/llvm/include/llvm/MC/ |
D | MCValue.h | 45 int64_t Cst; variable
|
/external/llvm/lib/Target/R600/ |
D | R600ISelLowering.cpp | 1106 if(ConstantSDNode *Cst = dyn_cast<ConstantSDNode>(Op)) { in isZero() local 2112 ConstantSDNode *Cst in FoldOperand() local 2119 ConstantSDNode *Cst = cast<ConstantSDNode>(CstOffset); in FoldOperand() local
|
D | AMDGPUISelDAGToDAG.cpp | 684 if (ConstantSDNode *Cst = dyn_cast<ConstantSDNode>(Addr)) { in SelectGlobalValueConstantOffset() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 1011 Constant *Cst = Builder->getInt1(IsICMP_NE); in FoldICmpShrCst() local 1570 Constant *Cst = Builder->getInt1(IsICMP_NE); in visitICmpInstWithInstAndIntCst() local 3690 Value *X; ConstantInt *Cst; in visitICmpInst() local
|
D | InstCombineCasts.cpp | 471 Value *A = nullptr; ConstantInt *Cst = nullptr; in visitTrunc() local
|
/external/llvm/lib/Target/X86/ |
D | X86ISelDAGToDAG.cpp | 999 if (ConstantSDNode *Cst = dyn_cast<ConstantSDNode>(N)) in MatchAddressRecursively() local 2176 ConstantSDNode *Cst = dyn_cast<ConstantSDNode>(N1); in Select() local
|
D | X86ISelLowering.cpp | 3952 SDValue Cst = DAG.getConstant(0, MVT::i32); in getZeroVector() local 3955 SDValue Cst = DAG.getConstantFP(+0.0, MVT::f32); in getZeroVector() local 3960 SDValue Cst = DAG.getConstant(0, MVT::i32); in getZeroVector() local 3966 SDValue Cst = DAG.getConstantFP(+0.0, MVT::f32); in getZeroVector() local 3971 SDValue Cst = DAG.getConstant(0, MVT::i32); in getZeroVector() local 3981 SDValue Cst = DAG.getConstant(0, MVT::i1); in getZeroVector() local 4154 SDValue Cst = DAG.getConstant(~0U, MVT::i32); in getOnesVector() local 5142 SDValue Cst = DAG.getTargetConstant(0, MVT::i1); in LowerBUILD_VECTORvXi1() local 5148 SDValue Cst = DAG.getTargetConstant(1, MVT::i1); in LowerBUILD_VECTORvXi1() local 11978 SDValue Cst = DAG.getTargetConstant(1, ExtVT.getScalarType()); in LowerZERO_EXTEND_AVX512() local [all …]
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 2061 ConstantSDNode *Cst = dyn_cast<ConstantSDNode>(BVN->getOperand(i)); in LowerBUILD_VECTOR() local 2091 if (ConstantSDNode *Cst = dyn_cast<ConstantSDNode>(Operand)) in LowerBUILD_VECTOR() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | Reassociate.cpp | 1891 Constant *Cst = nullptr; in OptimizeExpression() local
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | MemorySanitizer.cpp | 2448 Constant *Cst = dyn_cast<Constant>(ArgShadow); in visitCallSite() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeIntegerTypes.cpp | 1797 const APInt &Cst = Constant->getAPIntValue(); in ExpandIntRes_Constant() local
|
D | DAGCombiner.cpp | 6914 SDValue Cst = DAG.getNode(ISD::BITCAST, SDLoc(N0), in visitBITCAST() local
|
/external/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 2527 if (const ConstantInt *Cst = dyn_cast<ConstantInt>(Opnd)) { in promoteOperandForOther() local
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 2711 ConstantInt *Cst = cast<ConstantInt>(ICI->getOperand(1)); in TryToSimplifyUncondBranchWithICmpInIt() local
|