Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/Arch/
H A DARM64.cpp226 ExtendType extendType; member
259 ldr.extendType = ZeroExtend; in parseLdr()
264 ldr.extendType = static_cast<ExtendType>(opc); in parseLdr()
268 ldr.extendType = ZeroExtend; in parseLdr()
308 opcode = ldr.extendType == Sign64 ? 0x98000000 : 0x18000000; in writeLiteralLdr()
338 assert(ldr.extendType == ZeroExtend); in writeImmediateLdr()
347 opc = ldr.extendType; in writeImmediateLdr()
/freebsd/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()
437 ABIArgInfo LoongArchABIInfo::extendType(QualType Ty) const { in extendType() function in LoongArchABIInfo
H A DRISCV.cpp54 ABIArgInfo extendType(QualType Ty) const;
433 return extendType(Ty); in classifyArgumentType()
438 return extendType(Ty); in classifyArgumentType()
517 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()
397 ABIArgInfo MipsABIInfo::extendType(QualType Ty) const { in extendType() function in MipsABIInfo