Searched refs:IsPrefetch (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | TargetBuiltins.h | 300 bool isPrefetch() const { return Flags & IsPrefetch; } in isPrefetch()
|
| H A D | arm_sve_sme_incl.td | 213 def IsPrefetch : FlagType<0x08000000>; // Contiguous prefetches.
|
| H A D | arm_sve.td | 491 def SVPRFB : MInst<"svprfb", "vPQJ", "c", [IsPrefetch, IsStreamingCompatible], MemEltTyInt8, "aarc… 492 def SVPRFH : MInst<"svprfh", "vPQJ", "s", [IsPrefetch, IsStreamingCompatible], MemEltTyInt16, "aarc… 493 def SVPRFW : MInst<"svprfw", "vPQJ", "i", [IsPrefetch, IsStreamingCompatible], MemEltTyInt32, "aarc… 494 def SVPRFD : MInst<"svprfd", "vPQJ", "l", [IsPrefetch, IsStreamingCompatible], MemEltTyInt64, "aarc… 497 def SVPRFB_VNUM : MInst<"svprfb_vnum", "vPQlJ", "c", [IsPrefetch, IsStreamingCompatible], MemEltTyI… 498 def SVPRFH_VNUM : MInst<"svprfh_vnum", "vPQlJ", "s", [IsPrefetch, IsStreamingCompatible], MemEltTyI… 499 def SVPRFW_VNUM : MInst<"svprfw_vnum", "vPQlJ", "i", [IsPrefetch, IsStreamingCompatible], MemEltTyI… 500 def SVPRFD_VNUM : MInst<"svprfd_vnum", "vPQlJ", "l", [IsPrefetch, IsStreamingCompatible], MemEltTyI…
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelDAGToDAG.cpp | 2261 bool IsPrefetch = false) { in selectConstantAddr() argument 2273 if (IsPrefetch && (Lo12 & 0b11111) != 0) in selectConstantAddr() 2297 if (IsPrefetch && (Lo12 & 0b11111) != 0) in selectConstantAddr()
|