Home
last modified time | relevance | path

Searched defs:CastOp (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp210 auto CastOp = (Instruction::CastOps)I->getOpcode(); in walkBackwards() local
285 auto CastOp = (Instruction::CastOps)I->getOpcode(); in walkForwards() local
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/model/
Dop_node.h92 CastOp(const std::string &op, const std::string &node_name) : ElemwiseOp("Cast", node_name) {} in CastOp() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantRange.cpp626 ConstantRange ConstantRange::castOp(Instruction::CastOps CastOp, in castOp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DValueTracking.cpp5136 Instruction::CastOps *CastOp) { in lookThroughCast()
5229 Instruction::CastOps *CastOp, in matchSelectPattern()
5249 Instruction::CastOps *CastOp, unsigned Depth) { in matchDecomposedSelectPattern()
DBasicAliasAnalysis.cpp378 Value *CastOp = cast<CastInst>(V)->getOperand(0); in GetLinearExpression() local
DScalarEvolution.cpp5906 Optional<unsigned> CastOp; in getRangeViaFactoring() local
8121 if (Constant *CastOp = BuildConstantFromSCEV(SS->getOperand())) in BuildConstantFromSCEV() local
8127 if (Constant *CastOp = BuildConstantFromSCEV(SZ->getOperand())) in BuildConstantFromSCEV() local
8133 if (Constant *CastOp = BuildConstantFromSCEV(ST->getOperand())) in BuildConstantFromSCEV() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAtomicExpandPass.cpp957 Instruction::CastOps CastOp = Instruction::ZExt; in expandAtomicRMWToMaskedIntrinsic() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp2540 Instruction::CastOps CastOp; in visitSelectInst() local
DInstCombineCalls.cpp1536 Optional<Instruction::CastOps> CastOp; in SimplifyNVVMIntrinsic() member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3945 auto CastOp = (Instruction::CastOps)Opc; in parseFunctionBody() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3055 Instruction::CastOps CastOp = in createVectorizedLoopSkeleton() local