Home
last modified time | relevance | path

Searched defs:Cst (Results 1 – 25 of 28) sorted by relevance

12

/external/llvm/lib/Target/AArch64/
DAArch64PromoteConstant.cpp250 static bool shouldConvertUse(const Constant *Cst, const Instruction *Instr, in shouldConvertUse()
316 static bool shouldConvertImpl(const Constant *Cst) { in shouldConvertImpl()
543 Constant *Cst = dyn_cast<Constant>(U); in runOnFunction() local
DAArch64AddressTypePromotion.cpp321 if (const ConstantInt *Cst = dyn_cast<ConstantInt>(Opnd)) { in propagateSignExtension() local
/external/llvm/include/llvm/MC/
DMCValue.h42 int64_t Cst; variable
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCValue.h39 int64_t Cst; variable
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCCodeEmitter.cpp153 intptr_t Cst = 0; in GetRelocation() local
/external/llvm/tools/llvm-c-test/
Decho.cpp222 static LLVMValueRef clone_constant(LLVMValueRef Cst, LLVMModuleRef M) { in clone_constant()
228 static LLVMValueRef clone_constant_impl(LLVMValueRef Cst, LLVMModuleRef M) { in clone_constant_impl()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCompares.cpp966 Constant *Cst = ConstantInt::get(Type::getInt1Ty(ICI.getContext()), in FoldICmpShrCst() local
1259 Constant *Cst = in visitICmpInstWithInstAndIntCst() local
2559 Value *X; ConstantInt *Cst; in visitICmpInst() local
DInstCombineCasts.cpp466 Value *A = 0; ConstantInt *Cst = 0; in visitTrunc() local
/external/llvm/lib/Target/AMDGPU/
DR600ISelLowering.cpp1085 if(ConstantSDNode *Cst = dyn_cast<ConstantSDNode>(Op)) { in isZero() local
2227 ConstantSDNode *Cst in FoldOperand() local
2234 ConstantSDNode *Cst = cast<ConstantSDNode>(CstOffset); in FoldOperand() local
DAMDGPUISelDAGToDAG.cpp511 if (ConstantSDNode *Cst = dyn_cast<ConstantSDNode>(Addr)) { in SelectGlobalValueConstantOffset() local
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelDAGToDAG.cpp748 if (ConstantSDNode *Cst = dyn_cast<ConstantSDNode>(N)) in MatchAddressRecursively() local
1774 ConstantSDNode *Cst = dyn_cast<ConstantSDNode>(N1); in Select() local
DX86ISelLowering.cpp4305 SDValue Cst = DAG.getTargetConstant(0, MVT::i32); in getZeroVector() local
4308 SDValue Cst = DAG.getTargetConstantFP(+0.0, MVT::f32); in getZeroVector() local
4315 SDValue Cst = DAG.getTargetConstantFP(+0.0, MVT::f32); in getZeroVector() local
4331 SDValue Cst = DAG.getTargetConstant(~0U, MVT::i32); in getOnesVector() local
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DReassociate.cpp214 Constant *Cst = Constant::getAllOnesValue(Neg->getType()); in LowerNegateToMultiply() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp1405 Constant *Cst = Builder->getInt1(IsICMP_NE); in FoldICmpShrCst() local
2001 Constant *Cst = Builder->getInt1(IsICMP_NE); in visitICmpInstWithInstAndIntCst() local
4284 Value *X; ConstantInt *Cst; in visitICmpInst() local
DInstCombineCasts.cpp523 Value *A = nullptr; ConstantInt *Cst = nullptr; in visitTrunc() local
DInstCombineAndOrXor.cpp1900 Value *Cst = Builder->getInt(Xor); in FoldOrOfICmps() local
/external/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp1130 if (ConstantSDNode *Cst = dyn_cast<ConstantSDNode>(N)) in matchAddressRecursively() local
2046 ConstantSDNode *Cst = dyn_cast<ConstantSDNode>(N1); in Select() local
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp2449 ConstantSDNode *Cst = dyn_cast<ConstantSDNode>(BVN->getOperand(i)); in LowerBUILD_VECTOR() local
2479 if (ConstantSDNode *Cst = dyn_cast<ConstantSDNode>(Operand)) in LowerBUILD_VECTOR() local
/external/llvm/lib/Transforms/Scalar/
DReassociate.cpp1792 Constant *Cst = nullptr; in OptimizeExpression() local
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DSimplifyCFG.cpp1951 ConstantInt *Cst = cast<ConstantInt>(ICI->getOperand(1)); in TryToSimplifyUncondBranchWithICmpInIt() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp1690 const APInt &Cst = cast<ConstantSDNode>(N)->getAPIntValue(); in ExpandIntRes_Constant() local
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp1950 const APInt &Cst = Constant->getAPIntValue(); in ExpandIntRes_Constant() local
/external/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp2582 Constant *Cst = dyn_cast<Constant>(ArgShadow); in visitCallSite() local
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp3153 ConstantInt *Cst = cast<ConstantInt>(ICI->getOperand(1)); in TryToSimplifyUncondBranchWithICmpInIt() local
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp3063 if (const ConstantInt *Cst = dyn_cast<ConstantInt>(Opnd)) { in promoteOperandForOther() local

12