/external/llvm/lib/Target/SystemZ/ |
D | SystemZSelectionDAGInfo.cpp | 203 Length = DAG.getZExtOrTrunc(Length, DL, PtrVT); in EmitTargetCodeForMemchr() 204 Char = DAG.getZExtOrTrunc(Char, DL, MVT::i32); in EmitTargetCodeForMemchr() 275 MaxLength = DAG.getZExtOrTrunc(MaxLength, DL, PtrVT); in EmitTargetCodeForStrnlen()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 3112 DAG.getZExtOrTrunc(ExponentLoBit, dl, getShiftAmountTy(IntVT, DL))); in expandFP_TO_SINT() 3117 DAG.getZExtOrTrunc(SignLowBit, dl, getShiftAmountTy(IntVT, DL))); in expandFP_TO_SINT() 3124 R = DAG.getZExtOrTrunc(R, dl, NVT); in expandFP_TO_SINT() 3129 DAG.getZExtOrTrunc( in expandFP_TO_SINT() 3133 DAG.getZExtOrTrunc( in expandFP_TO_SINT()
|
D | SelectionDAGBuilder.cpp | 1975 SwitchOp = DAG.getZExtOrTrunc(Sub, dl, TLI.getPointerTy(DAG.getDataLayout())); in visitJumpTableHeader() 2167 Sub = DAG.getZExtOrTrunc(Sub, dl, VT); in visitBitTestHeader() 2360 Ops[0] = DAG.getZExtOrTrunc( in visitLandingPad() 2368 Ops[1] = DAG.getZExtOrTrunc( in visitLandingPad() 2659 Op2 = DAG.getZExtOrTrunc(Op2, DL, MVT::i32); in visitShift() 2929 setValue(&I, DAG.getZExtOrTrunc(N, getCurSDLoc(), DestVT)); in visitPtrToInt() 2938 setValue(&I, DAG.getZExtOrTrunc(N, getCurSDLoc(), DestVT)); in visitIntToPtr() 3402 AllocSize = DAG.getZExtOrTrunc(AllocSize, dl, IntPtr); in visitAlloca() 5677 N = DAG.getZExtOrTrunc(N, getCurSDLoc(), MVT::i32); in visitIntrinsicCall() 5903 Value = DAG.getZExtOrTrunc(Value, getCurSDLoc(), VT); in processIntegerCallValue()
|
D | LegalizeTypes.cpp | 1026 Index = DAG.getZExtOrTrunc(Index, dl, TLI.getPointerTy(DAG.getDataLayout())); in GetVectorElementPointer()
|
D | LegalizeVectorOps.cpp | 608 Lo = DAG.getZExtOrTrunc(Lo, dl, DstEltVT); in ExpandLoad()
|
D | LegalizeIntegerTypes.cpp | 1101 SDValue Idx = DAG.getZExtOrTrunc(N->getOperand(2), SDLoc(N), in PromoteIntOp_INSERT_VECTOR_ELT() 2368 ShiftOp = DAG.getZExtOrTrunc(ShiftOp, dl, ShiftTy); in ExpandIntRes_Shift() 3395 SDValue V1 = DAG.getZExtOrTrunc(N->getOperand(1), dl, in PromoteIntOp_EXTRACT_VECTOR_ELT()
|
D | LegalizeDAG.cpp | 342 Tmp3 = DAG.getZExtOrTrunc(Tmp3, dl, PtrVT); in PerformInsertVectorEltInMemory() 1229 Idx = DAG.getZExtOrTrunc(Idx, dl, TLI.getPointerTy(DAG.getDataLayout())); in ExpandExtractFromVectorThroughStack() 1282 Idx = DAG.getZExtOrTrunc(Idx, dl, TLI.getPointerTy(DAG.getDataLayout())); in ExpandInsertToVectorThroughStack()
|
D | SelectionDAG.cpp | 1013 SDValue SelectionDAG::getZExtOrTrunc(SDValue Op, const SDLoc &DL, EVT VT) { in getZExtOrTrunc() function in SelectionDAG 1813 return getZExtOrTrunc(Op, SDLoc(Op), ShTy); in getShiftAmountOperand() 2877 ? DAG.getZExtOrTrunc(Op, DL, SVT) in FoldCONCAT_VECTORS()
|
D | DAGCombiner.cpp | 6350 return DAG.getZExtOrTrunc(Op, SDLoc(N), VT); in visitZERO_EXTEND() 12281 Offset = DAG.getZExtOrTrunc(EltNo, DL, PtrType); in ReplaceExtractVectorEltOfLoadWithNarrowedLoad() 13545 ? DAG.getZExtOrTrunc(Op, SDLoc(N), SVT) in visitVECTOR_SHUFFLE()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 1639 SwitchOp = DAG.getZExtOrTrunc(Sub, getCurDebugLoc(), TLI.getPointerTy()); in visitJumpTableHeader() 1704 Sub = DAG.getZExtOrTrunc(Sub, getCurDebugLoc(), VT); in visitBitTestHeader() 2583 Op2 = DAG.getZExtOrTrunc(Op2, DL, MVT::i32); in visitShift() 2731 setValue(&I, DAG.getZExtOrTrunc(N, getCurDebugLoc(), DestVT)); in visitPtrToInt() 2739 setValue(&I, DAG.getZExtOrTrunc(N, getCurDebugLoc(), DestVT)); in visitIntToPtr() 3131 AllocSize = DAG.getZExtOrTrunc(AllocSize, getCurDebugLoc(), IntPtr); in visitAlloca() 5456 setValue(&I, DAG.getZExtOrTrunc(Res, getCurDebugLoc(), CallVT)); in visitMemCmpCall()
|
D | SelectionDAG.cpp | 896 SDValue SelectionDAG::getZExtOrTrunc(SDValue Op, DebugLoc DL, EVT VT) { in getZExtOrTrunc() function in SelectionDAG
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | SelectionDAG.h | 463 SDValue getZExtOrTrunc(SDValue Op, DebugLoc DL, EVT VT);
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.cpp | 1146 Elt = DAG.getZExtOrTrunc(Elt, DL, MVT::i32); in MergeVectorStore() 2451 N0 = DAG.getZExtOrTrunc(N0, DL, MVT::i32); in performMulCombine() 2452 N1 = DAG.getZExtOrTrunc(N1, DL, MVT::i32); in performMulCombine()
|
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAG.h | 687 SDValue getZExtOrTrunc(SDValue Op, const SDLoc &DL, EVT VT);
|
/external/llvm/lib/Target/X86/ |
D | X86ISelDAGToDAG.cpp | 1957 SDValue ZextTarget = CurDAG->getZExtOrTrunc(Target, dl, EVT(MVT::i64)); in Select()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 10198 DAG.getZExtOrTrunc(InSrc, dl, N->getValueType(0))); in DAGCombineExtBoolTrunc() 10261 Ops[C+i] = DAG.getZExtOrTrunc(Ops[C+i], dl, N->getValueType(0)); in DAGCombineExtBoolTrunc()
|