Home
last modified time | relevance | path

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

123

/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64PromoteConstant.cpp272 static bool shouldConvertUse(const Constant *Cst, const Instruction *Instr, in shouldConvertUse()
338 static bool shouldConvertImpl(const Constant *Cst) { in shouldConvertImpl()
565 Constant *Cst = dyn_cast<Constant>(U); in runOnFunction() local
DAArch64StackTagging.cpp148 uint64_t Cst = 0x0101010101010101UL; in applyMemSet() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64PromoteConstant.cpp258 static bool shouldConvertUse(const Constant *Cst, const Instruction *Instr, in shouldConvertUse()
324 static bool shouldConvertImpl(const Constant *Cst) { in shouldConvertImpl()
551 Constant *Cst = dyn_cast<Constant>(U); in runOnFunction() local
DAArch64StackTagging.cpp135 uint64_t Cst = 0x0101010101010101UL; in applyMemSet() local
/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-project/llvm/include/llvm/MC/
DMCValue.h39 int64_t Cst = 0; variable
/external/llvm/include/llvm/MC/
DMCValue.h42 int64_t Cst; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCValue.h41 int64_t Cst = 0; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DMIPatternMatch.h55 inline ConstantMatch m_ICst(int64_t &Cst) { return ConstantMatch(Cst); } in m_ICst()
/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
DMIPatternMatch.h54 inline ConstantMatch m_ICst(int64_t &Cst) { return ConstantMatch(Cst); } in m_ICst()
/external/llvm-project/llvm/unittests/CodeGen/GlobalISel/
DConstantFoldingTest.cpp27 int64_t Cst; in TEST_F() local
DPatternMatchTest.cpp38 int64_t Cst; in TEST_F() local
84 int64_t Cst; in TEST_F() local
/external/llvm-project/llvm/lib/Target/AArch64/GISel/
DAArch64PostLegalizerLowering.cpp373 auto Cst = in applyEXT() local
388 auto Cst = getBuildVectorConstantSplat(*MI, MRI); in isVShiftRImm() local
543 auto Cst = MIB.buildConstant(MRI.cloneVirtualRegister(RHS.getReg()), in applyAdjustICmpImmAndPred() local
DAArch64PostLegalizerCombiner.cpp55 auto Cst = getConstantVRegValWithLookThrough(Src2, MRI); in matchExtractVecEltPairwiseAdd() local
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DCSEMIRBuilder.cpp190 if (Optional<APInt> Cst = ConstantFoldBinOp(Opc, SrcOps[0].getReg(), in buildInstr() local
DCombinerHelper.cpp1476 Optional<APFloat> &Cst) { in matchCombineConstantFoldFpUnary()
1485 Optional<APFloat> &Cst) { in applyCombineConstantFoldFpUnary()
2204 int64_t Cst; in matchCombineConstPtrAddToI2P() local
2944 int64_t Cst, bool IsVector, bool IsFP) { in isConstValidTrue()
3009 int64_t Cst; in matchNotCmp() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DCSEMIRBuilder.cpp160 if (Optional<APInt> Cst = ConstantFoldBinOp(Opc, SrcOps[0].getReg(), in buildInstr() 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/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
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600ISelLowering.cpp919 if(ConstantSDNode *Cst = dyn_cast<ConstantSDNode>(Op)) { in isZero() local
2127 ConstantSDNode *Cst in FoldOperand() local
2134 ConstantSDNode *Cst = cast<ConstantSDNode>(CstOffset); in FoldOperand() local
/external/llvm-project/llvm/lib/Target/AMDGPU/
DR600ISelLowering.cpp924 if(ConstantSDNode *Cst = dyn_cast<ConstantSDNode>(Op)) { in isZero() local
2133 ConstantSDNode *Cst in FoldOperand() local
2140 ConstantSDNode *Cst = cast<ConstantSDNode>(CstOffset); in FoldOperand() local
/external/llvm-project/llvm/tools/llvm-c-test/
Decho.cpp229 static LLVMValueRef clone_constant(LLVMValueRef Cst, LLVMModuleRef M) { in clone_constant()
235 static LLVMValueRef clone_constant_impl(LLVMValueRef Cst, LLVMModuleRef M) { in clone_constant_impl()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsISelLowering.h472 SDValue Cst = DAG.getConstant(16, DL, MVT::i32); in getAddrNonPICSym64() local
/external/llvm-project/llvm/lib/Target/Mips/
DMipsISelLowering.h458 SDValue Cst = DAG.getConstant(16, DL, MVT::i32); in getAddrNonPICSym64() local

123