/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | MVEGatherScatterLowering.cpp | 185 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 D | Analysis.cpp | 82 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 D | VEFrameLowering.h | 59 static const SpillSlot Offsets[] = { in getCalleeSavedSpillSlots() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Remarks/ |
H A D | RemarkParser.h | 65 std::vector<size_t> Offsets; member
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonFrameLowering.h | 92 static const SpillSlot Offsets[] = { getCalleeSavedSpillSlots() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | SourceMgr.cpp | 90 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 D | IntervalMap.cpp | 19 void Path::replaceRoot(void *Root, unsigned Size, IdxPair Offsets) { in replaceRoot()
|
H A D | Signals.cpp | 177 std::vector<intptr_t> Offsets(Depth, 0); in printSymbolizedStackTrace() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/DirectX/ |
H A D | CBufferDataLayout.cpp | 26 SmallVector<uint32_t> Offsets; member
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | LowerTypeTests.h | 62 SmallVector<uint64_t, 16> Offsets; member
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
H A D | R600MCCodeEmitter.cpp | 116 int64_t Offsets[3] = { encodeInstruction() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | DXContainerEmitter.cpp | 100 SmallVector<uint32_t> Offsets(ObjectFile.Header.PartOffsets->begin(), in writeHeader() local
|
H A D | DWARFEmitter.cpp | 935 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 D | NVPTXISelLowering.cpp | 168 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 D | DWARFYAML.h | 175 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 D | InputFile.cpp | 434 auto Offsets = Stream.getTypeIndexOffsets(); in getOrCreateTypeCollection() local
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | BytesOutputStyle.cpp | 458 auto Offsets = Tpi->getTypeIndexOffsets(); in initializeTypes() local
|
/freebsd-src/contrib/llvm-project/clang/tools/clang-format/ |
H A D | ClangFormat.cpp | 40 Offsets("offset", variable [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DbgEntityHistoryCalculator.cpp | 139 SmallVector<size_t, 4> Offsets; in trimLocationRanges() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 195 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 D | CallLowering.cpp | 883 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 D | StackSafetyAnalysis.cpp | 296 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 D | ParseStmtAsm.cpp | 50 ArrayRef<Token> Toks, ArrayRef<unsigned> Offsets) in ClangAsmParserCallback()
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVOptions.h | 242 LVOffsetSet Offsets; // --select-offset=<Offset> variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | ScheduleDAGSDNodes.cpp | 227 SmallVector<int64_t, 4> Offsets; ClusterNeighboringLoads() local
|