Home
last modified time | relevance | path

Searched defs:Offsets (Results 1 – 25 of 47) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp185 static bool checkOffsetSize(Value *Offsets, unsigned TargetElemCount) { in checkOffsetSize()
227 Value *MVEGatherScatterLowering::decomposePtr(Value *Ptr, Value *&Offsets, in decomposePtr()
254 Value *MVEGatherScatterLowering::decomposeGEP(Value *&Offsets, in decomposeGEP()
548 Value *Offsets; in tryCreateMaskedGatherOffset() local
701 Value *Offsets; in tryCreateMaskedScatterOffset() local
745 Value *Offsets; in tryCreateIncrementingGatScat() local
803 IntrinsicInst *I, Value *BasePtr, Value *Offsets, unsigned TypeScale, in tryCreateIncrementingWBGatScat()
972 bool MVEGatherScatterLowering::optimiseOffsets(Value *Offsets, BasicBlock *BB, in optimiseOffsets()
1189 Value *&Offsets, unsigned &Scale, in foldGEP()
1224 Value *Offsets; in optimiseAddress() local
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEFrameLowering.h59 static const SpillSlot Offsets[] = { in getCalleeSavedSpillSlots() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Remarks/
H A DRemarkParser.h65 std::vector<size_t> Offsets; member
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSourceMgr.cpp90 auto *Offsets = new std::vector<T>(); in GetOrCreateOffsetCache() local
105 std::vector<T> &Offsets = in getLineNumberSpecialized() local
137 std::vector<T> &Offsets = in getPointerForLineNumberSpecialized() local
H A DIntervalMap.cpp19 void Path::replaceRoot(void *Root, unsigned Size, IdxPair Offsets) { in replaceRoot()
H A DSignals.cpp176 std::vector<intptr_t> Offsets(Depth, 0); printSymbolizedStackTrace() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.h96 static const SpillSlot Offsets[] = { in getCalleeSavedSpillSlots() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAnalysis.cpp82 SmallVectorImpl<TypeSize> *Offsets, in ComputeValueVTs()
132 SmallVector<TypeSize, 4> Offsets; in ComputeValueVTs() local
143 SmallVectorImpl<uint64_t> *Offsets, in computeValueLLTs()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DCBufferDataLayout.cpp26 SmallVector<uint32_t> Offsets; member
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DLowerTypeTests.h62 SmallVector<uint64_t, 16> Offsets; member
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DR600MCCodeEmitter.cpp114 int64_t Offsets[3] = {MI.getOperand(6).getImm() & 0x1F, in encodeInstruction() local
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerEmitter.cpp100 SmallVector<uint32_t> Offsets(ObjectFile.Header.PartOffsets->begin(), in writeHeader() local
H A DDWARFEmitter.cpp1123 std::vector<uint64_t> Offsets; in writeDWARFLists() local
1165 auto EmitOffsets = [&](ArrayRef<uint64_t> Offsets, uint64_t OffsetsSize) { in writeDWARFLists()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp170 SmallVectorImpl<uint64_t> *Offsets = nullptr, in ComputePTXValueVTs()
296 const SmallVectorImpl<uint64_t> &Offsets, Align ParamAlignment) { in CanMergeParamLoadStoresStartingAt()
358 const SmallVectorImpl<uint64_t> &Offsets, in VectorizePTXValueVTs()
1707 SmallVector<uint64_t, 16> Offsets; in LowerCall() local
2060 SmallVector<uint64_t, 16> Offsets; in LowerCall() local
3251 SmallVector<uint64_t, 16> Offsets; in LowerFormalArguments() local
3410 SmallVector<uint64_t, 16> Offsets; in LowerReturn() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h197 std::vector<yaml::Hex64> Offsets; member
229 std::optional<std::vector<yaml::Hex64>> Offsets; member
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DInputFile.cpp434 auto Offsets = Stream.getTypeIndexOffsets(); in getOrCreateTypeCollection() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DBytesOutputStyle.cpp458 auto Offsets = Tpi->getTypeIndexOffsets(); in initializeTypes() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDbgEntityHistoryCalculator.cpp139 SmallVector<size_t, 4> Offsets; in trimLocationRanges() local
/freebsd/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp40 Offsets("offset", variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp196 auto *Offsets = VMap.getOffsets(Val); in allocateVRegs() local
215 auto *Offsets = VMap.getOffsets(Val); in getOrCreateVRegs() local
1369 ArrayRef<uint64_t> Offsets = *VMap.getOffsets(LI); in translateLoad() local
1418 ArrayRef<uint64_t> Offsets = *VMap.getOffsets(*SI.getValueOperand()); in translateStore() local
1479 ArrayRef<uint64_t> Offsets = *VMap.getOffsets(*Src); in translateExtractValue() local
H A DCallLowering.cpp998 SmallVector<uint64_t, 4> Offsets; in insertSRetLoads() local
1029 SmallVector<uint64_t, 4> Offsets; in insertSRetStores() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp320 ConstantRange Offsets = offsetFrom(Addr, Base); in getAccessRange() local
537 ConstantRange Offsets = offsetFrom(UI, Ptr); in analyzeAllUses() local
[all...]
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmtAsm.cpp50 ArrayRef<Token> Toks, ArrayRef<unsigned> Offsets) in ClangAsmParserCallback()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DIRTranslator.h727 auto &Offsets = *VMap.getOffsets(Token); in getOrCreateConvergenceTokenVReg() local
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVOptions.h242 LVOffsetSet Offsets; // --select-offset=<Offset> variable

12