| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
| D | MCValue.h | 41 int64_t Cst = 0; variable
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
| D | AArch64PromoteConstant.cpp | 258 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
|
| D | AArch64StackTagging.cpp | 135 uint64_t Cst = 0x0101010101010101UL; in applyMemSet() local
|
| D | AArch64ISelLowering.cpp | 8228 ConstantSDNode *Cst = dyn_cast<ConstantSDNode>(Op.getOperand(1)); in LowerEXTRACT_SUBVECTOR() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
| D | MIPatternMatch.h | 55 inline ConstantMatch m_ICst(int64_t &Cst) { return ConstantMatch(Cst); } in m_ICst()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
| D | CSEMIRBuilder.cpp | 160 if (Optional<APInt> Cst = ConstantFoldBinOp(Opc, SrcOps[0].getReg(), in buildInstr() local
|
| D | IRTranslator.cpp | 554 auto Cst = getOrCreateVReg( in emitJumpTableHeader() local 1504 ConstantInt *Cst = cast<ConstantInt>(CI.getArgOperand(1)); in translateKnownIntrinsic() local
|
| D | MachineIRBuilder.cpp | 236 auto Cst = buildConstant(ValueTy, Value); in materializePtrAdd() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| D | R600ISelLowering.cpp | 919 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
|
| D | AMDGPUISelDAGToDAG.cpp | 2759 if (ConstantSDNode *Cst = dyn_cast<ConstantSDNode>(Addr)) { in SelectGlobalValueConstantOffset() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
| D | MipsISelLowering.h | 472 SDValue Cst = DAG.getConstant(16, DL, MVT::i32); in getAddrNonPICSym64() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
| D | X86ISelDAGToDAG.cpp | 1931 if (ConstantSDNode *Cst = dyn_cast<ConstantSDNode>(N)) in matchAddressRecursively() local 3796 ConstantSDNode *Cst = dyn_cast<ConstantSDNode>(N1); in tryShrinkShlLogicImm() local 4599 ConstantSDNode *Cst = dyn_cast<ConstantSDNode>(N1); in Select() local
|
| D | X86ISelLowering.cpp | 6205 unsigned UndefBitIndex) { in getTargetConstantBitsFromNode() 6231 if (auto *Cst = dyn_cast<ConstantSDNode>(Op)) { in getTargetConstantBitsFromNode() local 6236 if (auto *Cst = dyn_cast<ConstantFPSDNode>(Op)) { in getTargetConstantBitsFromNode() local 6256 auto *Cst = cast<ConstantSDNode>(Src); in getTargetConstantBitsFromNode() local 6273 auto *Cst = cast<ConstantFPSDNode>(Src); in getTargetConstantBitsFromNode() local 6281 if (auto *Cst = getTargetConstantFromNode(Op)) { in getTargetConstantBitsFromNode() local 6954 else if (ConstantSDNode *Cst = dyn_cast<ConstantSDNode>(Op)) { in computeZeroableShuffleElements() local 6959 } else if (ConstantFPSDNode *Cst = dyn_cast<ConstantFPSDNode>(Op)) { in computeZeroableShuffleElements() local 34301 if (SDValue Cst = combineX86ShufflesConstants( in combineX86ShufflesRecursively() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | CodeGenPrepare.cpp | 3864 const ConstantInt *Cst = dyn_cast<ConstantInt>(Inst->getOperand(1)); in canGetThrough() local 3888 const auto *Cst = dyn_cast<ConstantInt>(AndInst->getOperand(1)); in canGetThrough() local 4069 if (const ConstantInt *Cst = dyn_cast<ConstantInt>(Opnd)) { in promoteOperandForOther() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| D | Reassociate.cpp | 1838 Constant *Cst = nullptr; in OptimizeExpression() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineCasts.cpp | 759 Value *A = nullptr; ConstantInt *Cst = nullptr; in visitTrunc() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
| D | SelectionDAG.cpp | 276 if (auto *Cst = dyn_cast<ConstantSDNode>(Op)) in matchUnaryPredicate() local 291 auto *Cst = dyn_cast<ConstantSDNode>(Op.getOperand(i)); in matchUnaryPredicate() local 3015 const Constant *Cst = TLI->getTargetConstantFromLoad(LD); in computeKnownBits() local 4000 if (const Constant *Cst = TLI->getTargetConstantFromLoad(LD)) { in ComputeNumSignBits() local
|
| D | DAGCombiner.cpp | 2539 SDValue Cst; in flipBoolean() local 7409 if (ConstantSDNode *Cst = isConstOrConstSplat(N1)) { in visitRotate() local 8137 if (ConstantSDNode *Cst = isConstOrConstSplat(N2)) { in visitFunnelShift() local 11302 SDValue Cst = DAG.getBitcast(VT, N0.getOperand(0)); in visitBITCAST() local 11327 SDValue Cst = DAG.getBitcast(VT, N0.getOperand(0)); in visitBITCAST() local
|
| D | LegalizeIntegerTypes.cpp | 2589 const APInt &Cst = Constant->getAPIntValue(); in ExpandIntRes_Constant() local
|
| D | TargetLowering.cpp | 6134 SDValue Cst = DAG.getConstantFP(APF, dl, SrcVT); in expandFP_TO_UINT() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
| D | MemorySanitizer.cpp | 3379 Constant *Cst = dyn_cast<Constant>(ArgShadow); in visitCallSite() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
| D | SimplifyCFG.cpp | 3659 ConstantInt *Cst = cast<ConstantInt>(ICI->getOperand(1)); in tryToSimplifyUncondBranchWithICmpInIt() local
|