Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp185 static bool checkOffsetSize(Value *Offsets, unsigned TargetElemCount) { in checkOffsetSize() argument
227 decomposePtr(Value * Ptr,Value * & Offsets,int & Scale,FixedVectorType * Ty,Type * MemoryTy,IRBuilder<> & Builder) decomposePtr() argument
254 decomposeGEP(Value * & Offsets,FixedVectorType * Ty,GetElementPtrInst * GEP,IRBuilder<> & Builder) decomposeGEP() argument
548 Value *Offsets; tryCreateMaskedGatherOffset() local
701 Value *Offsets; tryCreateMaskedScatterOffset() local
745 Value *Offsets; tryCreateIncrementingGatScat() local
802 tryCreateIncrementingWBGatScat(IntrinsicInst * I,Value * BasePtr,Value * Offsets,unsigned TypeScale,IRBuilder<> & Builder) tryCreateIncrementingWBGatScat() argument
966 optimiseOffsets(Value * Offsets,BasicBlock * BB,LoopInfo * LI) optimiseOffsets() argument
1183 foldGEP(GetElementPtrInst * GEP,Value * & Offsets,unsigned & Scale,IRBuilder<> & Builder) foldGEP() argument
1218 Value *Offsets; optimiseAddress() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DAnalysis.cpp82 SmallVectorImpl<TypeSize> *Offsets, in ComputeValueVTs() argument
132 SmallVector<TypeSize, 4> Offsets; in ComputeValueVTs() argument
124 ComputeValueVTs(const TargetLowering & TLI,const DataLayout & DL,Type * Ty,SmallVectorImpl<EVT> & ValueVTs,SmallVectorImpl<TypeSize> * Offsets,TypeSize StartingOffset) ComputeValueVTs() argument
144 SmallVector<TypeSize, 4> Offsets; ComputeValueVTs() local
156 ComputeValueVTs(const TargetLowering & TLI,const DataLayout & DL,Type * Ty,SmallVectorImpl<EVT> & ValueVTs,SmallVectorImpl<EVT> * MemVTs,SmallVectorImpl<TypeSize> * Offsets,uint64_t StartingOffset) ComputeValueVTs() argument
169 SmallVector<TypeSize, 4> Offsets; ComputeValueVTs() local
180 computeValueLLTs(const DataLayout & DL,Type & Ty,SmallVectorImpl<LLT> & ValueTys,SmallVectorImpl<uint64_t> * Offsets,uint64_t StartingOffset) computeValueLLTs() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEFrameLowering.h59 static const SpillSlot Offsets[] = { in getCalleeSavedSpillSlots() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Remarks/
H A DRemarkParser.h65 std::vector<size_t> Offsets; member
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.h92 static const SpillSlot Offsets[] = { getCalleeSavedSpillSlots() local
/freebsd-src/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
[all...]
H A DIntervalMap.cpp19 void Path::replaceRoot(void *Root, unsigned Size, IdxPair Offsets) { in replaceRoot()
H A DSignals.cpp177 std::vector<intptr_t> Offsets(Depth, 0); in printSymbolizedStackTrace() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DCBufferDataLayout.cpp26 SmallVector<uint32_t> Offsets; member
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DLowerTypeTests.h62 SmallVector<uint64_t, 16> Offsets; member
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DR600MCCodeEmitter.cpp116 int64_t Offsets[3] = { encodeInstruction() local
/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerEmitter.cpp100 SmallVector<uint32_t> Offsets(ObjectFile.Header.PartOffsets->begin(), in writeHeader() local
H A DDWARFEmitter.cpp935 std::vector<uint64_t> Offsets; writeDWARFLists() local
977 __anonaa7caf890702(ArrayRef<uint64_t> Offsets, uint64_t OffsetsSize) writeDWARFLists() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp168 ComputePTXValueVTs(const TargetLowering & TLI,const DataLayout & DL,Type * Ty,SmallVectorImpl<EVT> & ValueVTs,SmallVectorImpl<uint64_t> * Offsets=nullptr,uint64_t StartingOffset=0) ComputePTXValueVTs() argument
290 CanMergeParamLoadStoresStartingAt(unsigned Idx,uint32_t AccessSize,const SmallVectorImpl<EVT> & ValueVTs,const SmallVectorImpl<uint64_t> & Offsets,Align ParamAlignment) CanMergeParamLoadStoresStartingAt() argument
352 VectorizePTXValueVTs(const SmallVectorImpl<EVT> & ValueVTs,const SmallVectorImpl<uint64_t> & Offsets,Align ParamAlignment,bool IsVAArg=false) VectorizePTXValueVTs() argument
1778 SmallVector<uint64_t, 16> Offsets; LowerCall() local
2105 SmallVector<uint64_t, 16> Offsets; LowerCall() local
3120 SmallVector<uint64_t, 16> Offsets; LowerFormalArguments() local
3242 SmallVector<uint64_t, 16> Offsets; LowerReturn() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h175 std::vector<yaml::Hex64> Offsets; global() member
207 std::optional<std::vector<yaml::Hex64>> Offsets; global() member
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DInputFile.cpp434 auto Offsets = Stream.getTypeIndexOffsets(); in getOrCreateTypeCollection() local
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DBytesOutputStyle.cpp458 auto Offsets = Tpi->getTypeIndexOffsets(); in initializeTypes() local
/freebsd-src/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp40 Offsets("offset", variable
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDbgEntityHistoryCalculator.cpp139 SmallVector<size_t, 4> Offsets; in trimLocationRanges() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp195 auto *Offsets = VMap.getOffsets(Val); allocateVRegs() local
214 auto *Offsets = VMap.getOffsets(Val); getOrCreateVRegs() local
1372 ArrayRef<uint64_t> Offsets = *VMap.getOffsets(LI); translateLoad() local
1422 ArrayRef<uint64_t> Offsets = *VMap.getOffsets(*SI.getValueOperand()); translateStore() local
1484 ArrayRef<uint64_t> Offsets = *VMap.getOffsets(*Src); translateExtractValue() local
[all...]
H A DCallLowering.cpp883 SmallVector<uint64_t, 4> Offsets; insertSRetLoads() local
914 SmallVector<uint64_t, 4> Offsets; insertSRetStores() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp296 ConstantRange Offsets = offsetFrom(Addr, Base); getAccessRange() local
515 ConstantRange Offsets = offsetFrom(UI, Ptr); analyzeAllUses() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseStmtAsm.cpp50 ArrayRef<Token> Toks, ArrayRef<unsigned> Offsets) in ClangAsmParserCallback()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVOptions.h242 LVOffsetSet Offsets; // --select-offset=<Offset> variable
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp227 SmallVector<int64_t, 4> Offsets; ClusterNeighboringLoads() local

12