/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | Utils.h | 308 int64_t Cst; variable 314 explicit RegOrConstant(int64_t Cst) : Cst(Cst), IsReg(false) {} in RegOrConstant()
|
H A D | MIPatternMatch.h | 74 inline ConstantMatch m_ICst(int64_t &Cst) { return ConstantMatch(Cst); } in m_ICst()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
H A D | MCValue.h | 39 int64_t Cst = 0; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64PromoteConstant.cpp | 272 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
|
H A D | AArch64StackTagging.cpp | 149 uint64_t Cst = 0x0101010101010101UL; in applyMemSet() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64PostLegalizerLowering.cpp | 410 auto Cst = in applyEXT() local 480 auto Cst = getAArch64VectorSplatScalar(*MI, MRI); in isVShiftRImm() local 635 auto Cst = MIB.buildConstant(MRI.cloneVirtualRegister(RHS.getReg()), in applyAdjustICmpImmAndPred() local 731 int64_t Cst = Splat->getCst(); in matchBuildVectorToDup() local
|
H A D | AArch64PreLegalizerCombiner.cpp | 149 auto Cst = in matchFoldGlobalOffset() local
|
H A D | AArch64PostLegalizerCombiner.cpp | 57 auto Cst = getConstantVRegValWithLookThrough(Src2, MRI); in matchExtractVecEltPairwiseAdd() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
H A D | CSEMIRBuilder.cpp | 190 if (Optional<APInt> Cst = ConstantFoldBinOp(Opc, SrcOps[0].getReg(), in buildInstr() local
|
H A D | CombinerHelper.cpp | 1636 Optional<APFloat> &Cst) { in matchCombineConstantFoldFpUnary() 1645 Optional<APFloat> &Cst) { in applyCombineConstantFoldFpUnary() 2366 int64_t Cst; in matchCombineConstPtrAddToI2P() local 3110 int64_t Cst, bool IsVector, bool IsFP) { in isConstValidTrue() 3175 int64_t Cst; in matchNotCmp() local 3774 auto Cst = getConstantVRegValWithLookThrough(MI.getOperand(2).getReg(), MRI); in matchExtractVecEltBuildVec() local 3847 auto Cst = getConstantVRegVal(II.getOperand(2).getReg(), MRI); in matchExtractAllEltsFromBuildVector() local
|
H A D | IRTranslator.cpp | 792 auto Cst = getOrCreateVReg( in emitJumpTableHeader() local 2088 ConstantInt *Cst = cast<ConstantInt>(CI.getArgOperand(1)); in translateKnownIntrinsic() local
|
H A D | MachineIRBuilder.cpp | 204 auto Cst = buildConstant(ValueTy, Value); in materializePtrAdd() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | R600ISelLowering.cpp | 829 if(ConstantSDNode *Cst = dyn_cast<ConstantSDNode>(Op)) { in isZero() local 2038 ConstantSDNode *Cst in FoldOperand() local 2045 ConstantSDNode *Cst = cast<ConstantSDNode>(CstOffset); in FoldOperand() local
|
H A D | AMDGPUISelDAGToDAG.cpp | 3049 if (ConstantSDNode *Cst = dyn_cast<ConstantSDNode>(Addr)) { in SelectGlobalValueConstantOffset() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/ |
H A D | echo.cpp | 231 static LLVMValueRef clone_constant(LLVMValueRef Cst, LLVMModuleRef M) { in clone_constant() 237 static LLVMValueRef clone_constant_impl(LLVMValueRef Cst, LLVMModuleRef M) { in clone_constant_impl()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/ |
H A D | M68kISelDAGToDAG.cpp | 412 if (ConstantSDNode *Cst = dyn_cast<ConstantSDNode>(N)) in matchAddressRecursively() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
H A D | MipsISelLowering.h | 458 SDValue Cst = DAG.getConstant(16, DL, MVT::i32); in getAddrNonPICSym64() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86ISelDAGToDAG.cpp | 2136 if (ConstantSDNode *Cst = dyn_cast<ConstantSDNode>(N)) in matchAddressRecursively() local 3935 ConstantSDNode *Cst = dyn_cast<ConstantSDNode>(N1); in tryShrinkShlLogicImm() local 4866 ConstantSDNode *Cst = dyn_cast<ConstantSDNode>(N1); in Select() local
|
H A D | X86ISelLowering.cpp | 6588 unsigned UndefBitIndex) { in getTargetConstantBitsFromNode() 6614 if (auto *Cst = dyn_cast<ConstantSDNode>(Op)) { in getTargetConstantBitsFromNode() local 6619 if (auto *Cst = dyn_cast<ConstantFPSDNode>(Op)) { in getTargetConstantBitsFromNode() local 6639 auto *Cst = cast<ConstantSDNode>(Src); in getTargetConstantBitsFromNode() local 6656 auto *Cst = cast<ConstantFPSDNode>(Src); in getTargetConstantBitsFromNode() local 6664 if (auto *Cst = getTargetConstantFromNode(Op)) { in getTargetConstantBitsFromNode() local 6710 if (const Constant *Cst = getTargetConstantFromBasePtr(Ptr)) { in getTargetConstantBitsFromNode() local 7334 else if (ConstantSDNode *Cst = dyn_cast<ConstantSDNode>(Op)) { in computeZeroableShuffleElements() local 7339 } else if (ConstantFPSDNode *Cst = dyn_cast<ConstantFPSDNode>(Op)) { in computeZeroableShuffleElements() local 22188 if (auto *Cst = dyn_cast<ConstantSDNode>(Op.getOperand(1))) { in MatchVectorAllZeroTest() local [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | Reassociate.cpp | 1936 Constant *Cst = nullptr; in OptimizeExpression() local
|
H A D | JumpThreading.cpp | 1593 if (Constant *Cst = dyn_cast<Constant>(V)) { in evaluateOnPredecessorEdge() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 4184 const ConstantInt *Cst = dyn_cast<ConstantInt>(Inst->getOperand(1)); in canGetThrough() local 4208 const auto *Cst = dyn_cast<ConstantInt>(AndInst->getOperand(1)); in canGetThrough() local 4389 if (const ConstantInt *Cst = dyn_cast<ConstantInt>(Opnd)) { in promoteOperandForOther() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCasts.cpp | 913 ConstantInt *Cst; in visitTrunc() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 309 if (auto *Cst = dyn_cast<ConstantSDNode>(Op)) in matchUnaryPredicate() local 325 auto *Cst = dyn_cast<ConstantSDNode>(Op.getOperand(i)); in matchUnaryPredicate() local 3195 const Constant *Cst = TLI->getTargetConstantFromLoad(LD); in computeKnownBits() local 4190 if (const Constant *Cst = TLI->getTargetConstantFromLoad(LD)) { in ComputeNumSignBits() local
|
H A D | DAGCombiner.cpp | 6857 ConstantSDNode *Cst = isConstOrConstSplat(Op.getOperand(1)); in MatchFunnelPosNeg() local 8960 if (ConstantSDNode *Cst = isConstOrConstSplat(N2)) { in visitFunnelShift() local 12593 SDValue Cst = DAG.getBitcast(VT, N0.getOperand(0)); in visitBITCAST() local 12618 SDValue Cst = DAG.getBitcast(VT, N0.getOperand(0)); in visitBITCAST() local
|