Home
last modified time | relevance | path

Searched refs:inBounds (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIndexedMap.h75 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 DGEPNoWrapFlags.h50 static GEPNoWrapFlags inBounds() { in inBounds() function
H A DConstants.h1269 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 DIRBuilder.h1881 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 DInstructions.h964 return Create(PointeeType, Ptr, IdxList, GEPNoWrapFlags::inBounds(),
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h223 if (!LiveOutRegInfo.inBounds(Reg)) in GetLiveOutRegInfo()
H A DMachineRegisterInfo.h443 return VReg2Name.inBounds(Reg) ? StringRef(VReg2Name[Reg]) : ""; in getVRegName()
770 if (Reg.isVirtual() && VRegToType.inBounds(Reg)) in getType()
H A DLiveIntervals.h137 return VirtRegIntervals.inBounds(Reg.id()) && VirtRegIntervals[Reg.id()]; in hasInterval()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.h678 if (VRegFlags.inBounds(Reg))
686 return VRegFlags.inBounds(Reg) && VRegFlags[Reg] & Flag;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp421 if (!LiveOutRegInfo.inBounds(Reg)) in GetLiveOutRegInfo()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp265 if (!Info.inBounds(Old)) in LRE_DidCloneVirtReg()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h1164 GEPFlags.IsInBounds ? GEPNoWrapFlags::inBounds() in setFlags()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp960 NW |= GEPNoWrapFlags::inBounds(); in SymbolicallyEvaluateGEP()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp1561 NW |= GEPNoWrapFlags::inBounds(); in setIsInBounds()
H A DCore.cpp1716 NewGEPFlags |= GEPNoWrapFlags::inBounds(); in mapFromLLVMGEPNoWrapFlags()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1477 NW |= GEPNoWrapFlags::inBounds(); in toGEPNoWrapFlags()
5150 NW = GEPNoWrapFlags::inBounds(); in parseFunctionBody()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp4321 NW |= GEPNoWrapFlags::inBounds(); in parseValID()
8455 NW |= GEPNoWrapFlags::inBounds(); in parseGetElementPtr()