Searched refs:CastOpc (Results 1 – 5 of 5) sorted by relevance
/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/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()
|