Searched refs:IsTrunc (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | SelectionDAGNodes.h | 2480 ISD::MemIndexType IndexType, bool IsTrunc) 2483 StoreSDNodeBits.IsTruncating = IsTrunc;
|
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAG.h | 966 MachineMemOperand *MMO, bool IsTrunc);
|
/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringARM32.cpp | 4046 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/ |
D | SelectionDAG.cpp | 7346 bool IsTrunc) { in getMaskedScatter() argument 7353 dl.getIROrder(), VTs, VT, MMO, IndexType, IsTrunc)); in getMaskedScatter() 7363 VTs, VT, MMO, IndexType, IsTrunc); in getMaskedScatter()
|