Searched defs:CastOpc (Results 1 - 5 of 5) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 664 unsigned CastOpc = IdxVT.bitsGT(PtrVT) ? ISD::TRUNCATE : ISD::ZERO_EXTEND; local 665 Tmp3 = DAG.getNode(CastOpc, dl, PtrVT, Tmp3);
|
/external/llvm/lib/Analysis/ |
H A D | InstructionSimplify.cpp | 1634 Instruction::CastOps CastOpc = Cast0->getOpcode(); local 1637 return ConstantExpr::getCast(CastOpc, V, ResultType); 1639 return ConstantExpr::getCast(CastOpc, V, ResultType);
|
/external/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 2000 unsigned CastOpc = local 2003 In = DAG.getNode(CastOpc, dl, CastVT, In);
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 3042 unsigned CastOpc; local 3048 CastOpc = ISD::SIGN_EXTEND; 3052 CastOpc = ISD::ZERO_EXTEND; 3057 Op = DAG.getNode(CastOpc, dl, MVT::v4i32, Op.getOperand(0));
|
/external/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 4205 unsigned CastOpc; local 4210 CastOpc = ISD::SIGN_EXTEND; 4214 CastOpc = ISD::ZERO_EXTEND; 4219 Op = DAG.getNode(CastOpc, dl, MVT::v4i32, Op.getOperand(0));
|
Completed in 348 milliseconds