Home
last modified time | relevance | path

Searched defs:Trunc (Results 1 – 23 of 23) sorted by relevance

/external/llvm/lib/Transforms/Utils/
DIntegerDivision.cpp513 Value *Trunc; in expandRemainderUpTo32Bits() local
563 Value *Trunc; in expandRemainderUpTo64Bits() local
614 Value *Trunc; in expandDivisionUpTo32Bits() local
664 Value *Trunc; in expandDivisionUpTo64Bits() local
/external/llvm/unittests/IR/
DConstantRangeTest.cpp170 TEST_F(ConstantRangeTest, Trunc) { in TEST_F() argument
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp439 static Instruction *foldVecTruncToExtElt(TruncInst &Trunc, InstCombiner &IC, in foldVecTruncToExtElt()
912 Value *Trunc = Builder->CreateTrunc(A, CI.getType()); in visitZExt() local
DInstCombinePHI.cpp442 Constant *Trunc = ConstantExpr::getTrunc(C, NarrowType); in FoldPHIArgZextsIntoPHI() local
DInstCombineCompares.cpp1539 Value *Trunc = Builder->CreateTrunc(LHSI->getOperand(0), NTy); in visitICmpInstWithInstAndIntCst() local
2398 if (TruncInst *Trunc = dyn_cast<TruncInst>(ZextArg)) in ProcessUMulZExtIdiom() local
/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp1182 Value *Trunc = Builder.CreateTrunc(DU.WideDef, DU.NarrowDef->getType()); in truncateIVUse() local
1248 Value *Trunc = Builder.CreateTrunc(WidePhi, DU.NarrowDef->getType()); in widenIVUse() local
DLoopStrengthReduce.cpp2447 if (TruncInst *Trunc = dyn_cast<TruncInst>(Oper)) in getWideOperand() local
/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp1924 SDValue Trunc = DAG.getNode(ISD::FTRUNC, SL, MVT::f64, Src); in LowerFCEIL() local
2145 SDValue Trunc = DAG.getNode(ISD::FTRUNC, SL, MVT::f64, Src); in LowerFFLOOR() local
2227 SDValue Trunc = DAG.getNode(ISD::FTRUNC, SL, MVT::f64, Src); in LowerFP64_TO_INT() local
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp948 SDValue Trunc = DAG.getNode(ISD::TRUNCATE, dl, VT, SDValue(ExtLoad, 0)); in ReplaceLoadWithPromotedLoad() local
4657 SDValue Trunc = DAG.getNode(ISD::TRUNCATE, DL, TruncVT, in visitSRA() local
5843 SDValue Trunc, SDValue ExtLoad, SDLoc DL, in ExtendSetCCUses()
5951 SDValue Trunc = in CombineExtLoad() local
6043 SDValue Trunc = DAG.getNode(ISD::TRUNCATE, SDLoc(N0), in visitSIGN_EXTEND() local
6103 SDValue Trunc = DAG.getNode(ISD::TRUNCATE, in visitSIGN_EXTEND() local
6353 SDValue Trunc = DAG.getNode(ISD::TRUNCATE, SDLoc(N0), in visitZERO_EXTEND() local
6406 SDValue Trunc = DAG.getNode(ISD::TRUNCATE, in visitZERO_EXTEND() local
6601 SDValue Trunc = DAG.getNode(ISD::TRUNCATE, SDLoc(N0), in visitANY_EXTEND() local
9344 SDNode *Trunc = nullptr; in visitBRCOND() local
DTargetLowering.cpp1385 SDValue Trunc = DAG.getNode(ISD::TRUNCATE, dl, MinVT, PreExt); in SimplifySetCC() local
DLegalizeDAG.cpp2661 SDValue Trunc = DAG.getNode(ISD::TRUNCATE, dl, MVT::i32, Sh); in ExpandLegalINT_TO_FP() local
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml185 | Trunc Constructor
Dllvm.mli243 | Trunc (** Cast Operators *) Constructor
/external/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp609 SDValue Trunc = CurDAG->getNode(ISD::TRUNCATE, DL, VT, Base); in getAddressOperands() local
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp2465 Constant *Trunc = ConstantExpr::getTrunc(CI, SrcTy); in SimplifyICmpInst() local
2524 Constant *Trunc = ConstantExpr::getTrunc(CI, SrcTy); in SimplifyICmpInst() local
DScalarEvolution.cpp139 const SCEVTruncateExpr *Trunc = cast<SCEVTruncateExpr>(this); in print() local
2056 const SCEVTruncateExpr *Trunc = cast<SCEVTruncateExpr>(Ops[Idx]); in getAddExpr() local
4276 if (const SCEVTruncateExpr *Trunc = dyn_cast<SCEVTruncateExpr>(S)) { in getRange() local
4675 APInt Trunc = CI->getValue().trunc(Z0TySize); in createSCEV() local
/external/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp1852 SDValue Trunc = DAG.getNode(ISD::TRUNCATE, DL, MVT::i1, Select); in LowerSelect() local
/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp3195 class Trunc : public PreciseFunc1 class
3198 Trunc (void) : PreciseFunc1("trunc", deTrunc) {} in Trunc() function in deqp::gls::BuiltinPrecisionTests::Functions::Trunc
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp3144 class Trunc : public PreciseFunc1 class
3147 Trunc (void) : PreciseFunc1("trunc", deTrunc) {} in Trunc() function in vkt::shaderexecutor::Functions::Trunc
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2963 Value *Trunc = TPT.createTrunc(Ext, ExtOpnd->getType()); in promoteOperandForOther() local
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp2345 SDValue Trunc = DAG.getNode(MipsISD::TruncIntFP, SDLoc(Op), FPTy, in lowerFP_TO_SINT() local
/external/llvm/bindings/go/llvm/
Dir.go208 Trunc Opcode = C.LLVMTrunc const
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3393 Value *Trunc = Builder.CreateTrunc(RdxParts[part], RdxVecTy); in vectorizeLoop() local