/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | IndexedMap.h | 75 bool inBounds(IndexT n) const { in inBounds() 74 bool inBounds(IndexT n) const { inBounds() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | GEPNoWrapFlags.h | 50 static GEPNoWrapFlags inBounds() { in inBounds() function
|
H A D | Constants.h | 1269 return getGetElementPtr(Ty, C, IdxList, GEPNoWrapFlags::inBounds()); 1276 return getGetElementPtr(Ty, C, Idx, GEPNoWrapFlags::inBounds()); 1280 return getGetElementPtr(Ty, C, IdxList, GEPNoWrapFlags::inBounds());
|
H A D | IRBuilder.h | 1881 return CreateGEP(Ty, Ptr, IdxList, Name, GEPNoWrapFlags::inBounds()); 1898 if (auto *V = Folder.FoldGEP(Ty, Ptr, Idx, GEPNoWrapFlags::inBounds())) 1924 if (auto *V = Folder.FoldGEP(Ty, Ptr, Idxs, GEPNoWrapFlags::inBounds())) 1944 if (auto *V = Folder.FoldGEP(Ty, Ptr, Idx, GEPNoWrapFlags::inBounds())) 1970 if (auto *V = Folder.FoldGEP(Ty, Ptr, Idxs, GEPNoWrapFlags::inBounds())) 1989 GEPNoWrapFlags::inBounds());
|
H A D | Instructions.h | 964 return Create(PointeeType, Ptr, IdxList, GEPNoWrapFlags::inBounds(),
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | FunctionLoweringInfo.h | 223 if (!LiveOutRegInfo.inBounds(Reg)) in GetLiveOutRegInfo()
|
H A D | MachineRegisterInfo.h | 443 return VReg2Name.inBounds(Reg) ? StringRef(VReg2Name[Reg]) : ""; in getVRegName() 770 if (Reg.isVirtual() && VRegToType.inBounds(Reg)) in getType()
|
H A D | LiveIntervals.h | 137 return VirtRegIntervals.inBounds(Reg.id()) && VirtRegIntervals[Reg.id()]; in hasInterval()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIMachineFunctionInfo.h | 678 if (VRegFlags.inBounds(Reg)) 686 return VRegFlags.inBounds(Reg) && VRegFlags[Reg] & Flag;
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FunctionLoweringInfo.cpp | 421 if (!LiveOutRegInfo.inBounds(Reg)) in GetLiveOutRegInfo()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | RegAllocGreedy.cpp | 265 if (!Info.inBounds(Old)) in LRE_DidCloneVirtReg()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlan.h | 1164 GEPFlags.IsInBounds ? GEPNoWrapFlags::inBounds() in setFlags()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 960 NW |= GEPNoWrapFlags::inBounds(); in SymbolicallyEvaluateGEP()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Instructions.cpp | 1561 NW |= GEPNoWrapFlags::inBounds(); in setIsInBounds()
|
H A D | Core.cpp | 1716 NewGEPFlags |= GEPNoWrapFlags::inBounds(); in mapFromLLVMGEPNoWrapFlags()
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 1477 NW |= GEPNoWrapFlags::inBounds(); in toGEPNoWrapFlags() 5150 NW = GEPNoWrapFlags::inBounds(); in parseFunctionBody()
|
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 4321 NW |= GEPNoWrapFlags::inBounds(); in parseValID() 8455 NW |= GEPNoWrapFlags::inBounds(); in parseGetElementPtr()
|