Home
last modified time | relevance | path

Searched defs:VAddr (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp1338 bool AMDGPUDAGToDAGISel::SelectMUBUF(SDValue Addr, SDValue &Ptr, SDValue &VAddr, in SelectMUBUF()
1427 SDValue &VAddr, SDValue &SOffset, in SelectMUBUFAddr64()
1469 SDValue &VAddr, SDValue &SOffset, in SelectMUBUFScratchOffen()
1591 SDValue Ptr, VAddr, Offen, Idxen, Addr64; in SelectMUBUFOffset() local
1639 SDValue &VAddr, SDValue &Offset, in SelectFlatOffsetImpl()
1734 SDValue &VAddr, in SelectFlatOffset()
1740 SDValue &VAddr, in SelectGlobalOffset()
1746 SDValue &VAddr, in SelectScratchOffset()
1921 SDValue VAddr, SDValue SAddr, uint64_t ImmOffset) const { in checkFlatScratchSVSSwizzleBug()
1939 SDValue &VAddr, SDValue &SAddr, in SelectScratchSVAddr()
H A DAMDGPUInstructionSelector.cpp4532 Register VAddr, Register SAddr, uint64_t ImmOffset) const { in checkFlatScratchSVSSwizzleBug()
4647 Register VAddr = Root.getReg(); in selectMUBUFScratchOffen() local
5125 MachineOperand &Root, Register &VAddr, Register &RSrcReg, in selectMUBUFAddr64Impl()
5202 Register VAddr; in selectMUBUFAddr64() local
H A DSILoadStoreOptimizer.cpp99 bool VAddr = false; member
H A DSIInstrInfo.cpp6146 MachineOperand &VAddr = Inst.getOperand(OldVAddrIdx); in moveFlatAddrToVGPR() local
6809 MachineOperand *VAddr = getNamedOperand(MI, AMDGPU::OpName::vaddr); in legalizeOperands() local
H A DAMDGPULegalizerInfo.cpp6291 auto VAddr = in convertImageAddrToPacked() local
H A DSIISelLowering.cpp8101 SDValue VAddr; in lowerImage() local
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp659 ELFFile<ELFT>::toMappedAddr(uint64_t VAddr, WarningHandler WarnHandler) const { in toMappedAddr()
682 LoadSegments, VAddr, [](uint64_t VAddr, const Elf_Phdr_Impl<ELFT> *Phdr) { in toMappedAddr()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DMemProfReader.cpp579 for (const uint64_t VAddr : Entry.getSecond()) { in symbolizeAndFilterStackFrames() local
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h575 uint64_t VAddr = 0; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h709 llvm::yaml::Hex64 VAddr; member
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1995 auto toMappedAddr = [&](uint64_t Tag, uint64_t VAddr) -> const uint8_t * { in parseDynamicTable()