Home
last modified time | relevance | path

Searched refs:ExtendType (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.h93 enum ExtendType { enum
/freebsd/contrib/llvm-project/lld/MachO/Arch/
H A DARM64.cpp221 enum ExtendType { ZeroExtend = 1, Sign64 = 2, Sign32 = 3 }; enum
228 ExtendType extendType;
266 ldr.extendType = static_cast<ExtendType>(opc); in parseLdr()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h324 ISD::NodeType ExtendType = ISD::ANY_EXTEND);
H A DSelectionDAGBuilder.cpp10704 ISD::NodeType ExtendType) { in CopyValueToVirtualRegister() argument
10719 if (ExtendType == ISD::ANY_EXTEND) { in CopyValueToVirtualRegister()
10722 ExtendType = PreferredExtendIt->second; in CopyValueToVirtualRegister()
10724 RFV.getCopyToRegs(Op, DAG, getCurSDLoc(), Chain, nullptr, V, ExtendType); in CopyValueToVirtualRegister()
11343 ISD::NodeType ExtendType = ISD::ANY_EXTEND; in HandlePHINodesInSuccessorBlocks() local
11345 ExtendType = TLI.signExtendConstant(CI) ? ISD::SIGN_EXTEND in HandlePHINodesInSuccessorBlocks()
11347 CopyValueToVirtualRegister(C, RegOut, ExtendType); in HandlePHINodesInSuccessorBlocks()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp1167 AArch64_AM::ShiftExtendType ExtendType = AArch64_AM::InvalidShiftExtend; in emitAddSub() local
1177 ExtendType = IsZExt ? AArch64_AM::UXTB : AArch64_AM::SXTB; in emitAddSub()
1181 ExtendType = IsZExt ? AArch64_AM::UXTH : AArch64_AM::SXTH; in emitAddSub()
1232 if (ExtendType != AArch64_AM::InvalidShiftExtend && RHS->hasOneUse() && in emitAddSub()
1237 return emitAddSub_rx(UseAdd, RetVT, LHSReg, RHSReg, ExtendType, 0, in emitAddSub()