Home
last modified time | relevance | path

Searched refs:extendType (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lld/MachO/Arch/
H A DARM64.cpp228 ExtendType extendType; member
261 ldr.extendType = ZeroExtend; in parseLdr()
266 ldr.extendType = static_cast<ExtendType>(opc); in parseLdr()
270 ldr.extendType = ZeroExtend; in parseLdr()
310 opcode = ldr.extendType == Sign64 ? 0x98000000 : 0x18000000; in writeLiteralLdr()
340 assert(ldr.extendType == ZeroExtend); in writeImmediateLdr()
349 opc = ldr.extendType; in writeImmediateLdr()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DLoongArch.cpp50 ABIArgInfo extendType(QualType Ty) const;
376 return extendType(Ty); in classifyArgumentType()
380 return extendType(Ty); in classifyArgumentType()
438 ABIArgInfo LoongArchABIInfo::extendType(QualType Ty) const { in extendType() function in LoongArchABIInfo
H A DRISCV.cpp54 ABIArgInfo extendType(QualType Ty) const;
432 return extendType(Ty); in classifyArgumentType()
437 return extendType(Ty); in classifyArgumentType()
512 ABIArgInfo RISCVABIInfo::extendType(QualType Ty) const { in extendType() function in RISCVABIInfo
H A DMips.cpp39 ABIArgInfo extendType(QualType Ty) const;
238 return extendType(Ty); in classifyArgumentType()
400 ABIArgInfo MipsABIInfo::extendType(QualType Ty) const { in extendType() function in MipsABIInfo