Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h2448 ISD::MemIndexType IndexType, bool IsTrunc)
2451 StoreSDNodeBits.IsTruncating = IsTrunc;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h2505 ISD::MemIndexType IndexType, bool IsTrunc)
2508 StoreSDNodeBits.IsTruncating = IsTrunc;
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/CodeGen/
H A DSelectionDAGNodes.h2505 ISD::MemIndexType IndexType, bool IsTrunc)
2508 StoreSDNodeBits.IsTruncating = IsTrunc;
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h2505 ISD::MemIndexType IndexType, bool IsTrunc)
2508 StoreSDNodeBits.IsTruncating = IsTrunc;
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h2505 ISD::MemIndexType IndexType, bool IsTrunc)
2508 StoreSDNodeBits.IsTruncating = IsTrunc;
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h2505 ISD::MemIndexType IndexType, bool IsTrunc)
2508 StoreSDNodeBits.IsTruncating = IsTrunc;
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h2492 ISD::MemIndexType IndexType, bool IsTrunc)
2495 StoreSDNodeBits.IsTruncating = IsTrunc;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h2721 ISD::MemIndexType IndexType, bool IsTrunc)
2724 StoreSDNodeBits.IsTruncating = IsTrunc;
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h2492 ISD::MemIndexType IndexType, bool IsTrunc)
2495 StoreSDNodeBits.IsTruncating = IsTrunc;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringARM32.cpp4056 const bool IsTrunc = CastKind == InstCast::Fptrunc; in lowerCast() local
4058 assert(DestTy == (IsTrunc ? IceType_f32 : IceType_f64)); in lowerCast()
4059 assert(Src0->getType() == (IsTrunc ? IceType_f64 : IceType_f32)); in lowerCast()
4062 _vcvt(T, Src0R, IsTrunc ? InstARM32Vcvt::D2s : InstARM32Vcvt::S2d); in lowerCast()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp7335 bool IsTrunc) { in getMaskedScatter() argument
7342 dl.getIROrder(), VTs, VT, MMO, IndexType, IsTrunc)); in getMaskedScatter()
7352 VTs, VT, MMO, IndexType, IsTrunc); in getMaskedScatter()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp7765 bool IsTrunc) { in getMaskedScatter() argument
7772 dl.getIROrder(), VTs, MemVT, MMO, IndexType, IsTrunc)); in getMaskedScatter()
7782 VTs, MemVT, MMO, IndexType, IsTrunc); in getMaskedScatter()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp7409 bool IsTrunc) { in getMaskedScatter() argument
7416 dl.getIROrder(), VTs, VT, MMO, IndexType, IsTrunc)); in getMaskedScatter()
7426 VTs, VT, MMO, IndexType, IsTrunc); in getMaskedScatter()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp7765 bool IsTrunc) { in getMaskedScatter() argument
7772 dl.getIROrder(), VTs, MemVT, MMO, IndexType, IsTrunc)); in getMaskedScatter()
7782 VTs, MemVT, MMO, IndexType, IsTrunc); in getMaskedScatter()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp7765 bool IsTrunc) { in getMaskedScatter() argument
7772 dl.getIROrder(), VTs, MemVT, MMO, IndexType, IsTrunc)); in getMaskedScatter()
7782 VTs, MemVT, MMO, IndexType, IsTrunc); in getMaskedScatter()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp7409 bool IsTrunc) { in getMaskedScatter() argument
7416 dl.getIROrder(), VTs, VT, MMO, IndexType, IsTrunc)); in getMaskedScatter()
7426 VTs, VT, MMO, IndexType, IsTrunc); in getMaskedScatter()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp7765 bool IsTrunc) { in getMaskedScatter() argument
7772 dl.getIROrder(), VTs, MemVT, MMO, IndexType, IsTrunc)); in getMaskedScatter()
7782 VTs, MemVT, MMO, IndexType, IsTrunc); in getMaskedScatter()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp7765 bool IsTrunc) { in getMaskedScatter() argument
7772 dl.getIROrder(), VTs, MemVT, MMO, IndexType, IsTrunc)); in getMaskedScatter()
7782 VTs, MemVT, MMO, IndexType, IsTrunc); in getMaskedScatter()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp8196 bool IsTrunc) { in getMaskedScatter() argument
8203 dl.getIROrder(), VTs, MemVT, MMO, IndexType, IsTrunc)); in getMaskedScatter()
8213 VTs, MemVT, MMO, IndexType, IsTrunc); in getMaskedScatter()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp4923 bool IsTrunc = N->getConstantOperandVal(1) == 1 && in visitFP_ROUND() local
4926 DAG.getIntPtrConstant(IsTrunc)); in visitFP_ROUND()