Home
last modified time | relevance | path

Searched refs:CastOpc (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DInstructionSimplify.h229 Value *SimplifyCastInst(unsigned CastOpc, Value *Op, Type *Ty,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1615 CastInst::CastOps CastOpc = IsSext ? Instruction::SExt : Instruction::ZExt; in narrowMathIfNoOverflow() local
1618 cast<Operator>(Op1)->getOpcode() == CastOpc && in narrowMathIfNoOverflow()
1626 if (ConstantExpr::getCast(CastOpc, NarrowC, BO.getType()) != WideC) in narrowMathIfNoOverflow()
1649 return CastInst::Create(CastOpc, NarrowBO, BO.getType()); in narrowMathIfNoOverflow()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DInstructionSimplify.cpp4329 static Value *SimplifyCastInst(unsigned CastOpc, Value *Op, in SimplifyCastInst() argument
4332 return ConstantFoldCastOperand(CastOpc, C, Ty, Q.DL); in SimplifyCastInst()
4341 auto SecondOp = static_cast<Instruction::CastOps>(CastOpc); in SimplifyCastInst()
4356 if (CastOpc == Instruction::BitCast) in SimplifyCastInst()
4363 Value *llvm::SimplifyCastInst(unsigned CastOpc, Value *Op, Type *Ty, in SimplifyCastInst() argument
4365 return ::SimplifyCastInst(CastOpc, Op, Ty, Q, RecursionLimit); in SimplifyCastInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp5462 unsigned CastOpc; in LowerVectorINT_TO_FP() local
5467 CastOpc = ISD::SIGN_EXTEND; in LowerVectorINT_TO_FP()
5471 CastOpc = ISD::ZERO_EXTEND; in LowerVectorINT_TO_FP()
5476 Op = DAG.getNode(CastOpc, dl, DestVecType, Op.getOperand(0)); in LowerVectorINT_TO_FP()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp2640 unsigned CastOpc = in LowerVectorINT_TO_FP() local
2643 In = DAG.getNode(CastOpc, dl, CastVT, In); in LowerVectorINT_TO_FP()