Home
last modified time | relevance | path

Searched refs:IsTrunc (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h2480 ISD::MemIndexType IndexType, bool IsTrunc)
2483 StoreSDNodeBits.IsTruncating = IsTrunc;
/external/llvm/include/llvm/CodeGen/
DSelectionDAG.h966 MachineMemOperand *MMO, bool IsTrunc);
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.cpp4046 const bool IsTrunc = CastKind == InstCast::Fptrunc; in lowerCast() local
4048 assert(DestTy == (IsTrunc ? IceType_f32 : IceType_f64)); in lowerCast()
4049 assert(Src0->getType() == (IsTrunc ? IceType_f64 : IceType_f32)); in lowerCast()
4052 _vcvt(T, Src0R, IsTrunc ? InstARM32Vcvt::D2s : InstARM32Vcvt::S2d); in lowerCast()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp7346 bool IsTrunc) { in getMaskedScatter() argument
7353 dl.getIROrder(), VTs, VT, MMO, IndexType, IsTrunc)); in getMaskedScatter()
7363 VTs, VT, MMO, IndexType, IsTrunc); in getMaskedScatter()