Searched refs:CastOpc (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | InstructionSimplify.h | 177 Value *SimplifyCastInst(unsigned CastOpc, Value *Op, Type *Ty,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 4138 static Value *SimplifyCastInst(unsigned CastOpc, Value *Op, in SimplifyCastInst() argument 4141 return ConstantFoldCastOperand(CastOpc, C, Ty, Q.DL); in SimplifyCastInst() 4150 auto SecondOp = static_cast<Instruction::CastOps>(CastOpc); in SimplifyCastInst() 4165 if (CastOpc == Instruction::BitCast) in SimplifyCastInst() 4172 Value *llvm::SimplifyCastInst(unsigned CastOpc, Value *Op, Type *Ty, in SimplifyCastInst() argument 4174 return ::SimplifyCastInst(CastOpc, Op, Ty, Q, RecursionLimit); in SimplifyCastInst()
|
/external/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 1634 Instruction::CastOps CastOpc = Cast0->getOpcode(); in SimplifyAndInst() local 1637 return ConstantExpr::getCast(CastOpc, V, ResultType); in SimplifyAndInst() 1639 return ConstantExpr::getCast(CastOpc, V, ResultType); in SimplifyAndInst()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 3042 unsigned CastOpc; in LowerVectorINT_TO_FP() local 3048 CastOpc = ISD::SIGN_EXTEND; in LowerVectorINT_TO_FP() 3052 CastOpc = ISD::ZERO_EXTEND; in LowerVectorINT_TO_FP() 3057 Op = DAG.getNode(CastOpc, dl, MVT::v4i32, Op.getOperand(0)); in LowerVectorINT_TO_FP()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 664 unsigned CastOpc = IdxVT.bitsGT(PtrVT) ? ISD::TRUNCATE : ISD::ZERO_EXTEND; in PerformInsertVectorEltInMemory() local 665 Tmp3 = DAG.getNode(CastOpc, dl, PtrVT, Tmp3); in PerformInsertVectorEltInMemory()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 4205 unsigned CastOpc; in LowerVectorINT_TO_FP() local 4210 CastOpc = ISD::SIGN_EXTEND; in LowerVectorINT_TO_FP() 4214 CastOpc = ISD::ZERO_EXTEND; in LowerVectorINT_TO_FP() 4219 Op = DAG.getNode(CastOpc, dl, MVT::v4i32, Op.getOperand(0)); in LowerVectorINT_TO_FP()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 4878 unsigned CastOpc; in LowerVectorINT_TO_FP() local 4883 CastOpc = ISD::SIGN_EXTEND; in LowerVectorINT_TO_FP() 4887 CastOpc = ISD::ZERO_EXTEND; in LowerVectorINT_TO_FP() 4892 Op = DAG.getNode(CastOpc, dl, MVT::v4i32, Op.getOperand(0)); in LowerVectorINT_TO_FP()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 2000 unsigned CastOpc = in LowerVectorINT_TO_FP() local 2003 In = DAG.getNode(CastOpc, dl, CastVT, In); in LowerVectorINT_TO_FP()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 2325 unsigned CastOpc = in LowerVectorINT_TO_FP() local 2328 In = DAG.getNode(CastOpc, dl, CastVT, In); in LowerVectorINT_TO_FP()
|