Home
last modified time | relevance | path

Searched refs:getZExtOrTrunc (Results 1 – 16 of 16) sorted by relevance

/external/llvm/lib/Target/SystemZ/
DSystemZSelectionDAGInfo.cpp203 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/
DTargetLowering.cpp3112 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()
DSelectionDAGBuilder.cpp1975 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()
DLegalizeTypes.cpp1026 Index = DAG.getZExtOrTrunc(Index, dl, TLI.getPointerTy(DAG.getDataLayout())); in GetVectorElementPointer()
DLegalizeVectorOps.cpp608 Lo = DAG.getZExtOrTrunc(Lo, dl, DstEltVT); in ExpandLoad()
DLegalizeIntegerTypes.cpp1101 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()
DLegalizeDAG.cpp342 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()
DSelectionDAG.cpp1013 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()
DDAGCombiner.cpp6350 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/
DSelectionDAGBuilder.cpp1639 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()
DSelectionDAG.cpp896 SDValue SelectionDAG::getZExtOrTrunc(SDValue Op, DebugLoc DL, EVT VT) { in getZExtOrTrunc() function in SelectionDAG
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DSelectionDAG.h463 SDValue getZExtOrTrunc(SDValue Op, DebugLoc DL, EVT VT);
/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp1146 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/
DSelectionDAG.h687 SDValue getZExtOrTrunc(SDValue Op, const SDLoc &DL, EVT VT);
/external/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp1957 SDValue ZextTarget = CurDAG->getZExtOrTrunc(Target, dl, EVT(MVT::i64)); in Select()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp10198 DAG.getZExtOrTrunc(InSrc, dl, N->getValueType(0))); in DAGCombineExtBoolTrunc()
10261 Ops[C+i] = DAG.getZExtOrTrunc(Ops[C+i], dl, N->getValueType(0)); in DAGCombineExtBoolTrunc()