Searched refs:ExtendType (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/lld/MachO/Arch/ |
H A D | ARM64.cpp | 219 enum ExtendType { ZeroExtend = 1, Sign64 = 2, Sign32 = 3 }; enum 226 ExtendType extendType; 264 ldr.extendType = static_cast<ExtendType>(opc); in parseLdr()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/ |
H A D | EmulateInstructionARM64.h | 93 enum ExtendType { enum
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.h | 324 ISD::NodeType ExtendType = ISD::ANY_EXTEND);
|
H A D | SelectionDAGBuilder.cpp | 11224 ISD::NodeType ExtendType) { in CopyValueToVirtualRegister() argument 11239 if (ExtendType == ISD::ANY_EXTEND) { in CopyValueToVirtualRegister() 11242 ExtendType = PreferredExtendIt->second; in CopyValueToVirtualRegister() 11244 RFV.getCopyToRegs(Op, DAG, getCurSDLoc(), Chain, nullptr, V, ExtendType); in CopyValueToVirtualRegister() 11863 ISD::NodeType ExtendType = ISD::ANY_EXTEND; in HandlePHINodesInSuccessorBlocks() local 11865 ExtendType = TLI.signExtendConstant(CI) ? ISD::SIGN_EXTEND in HandlePHINodesInSuccessorBlocks() 11867 CopyValueToVirtualRegister(C, RegOut, ExtendType); in HandlePHINodesInSuccessorBlocks()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64FastISel.cpp | 1168 AArch64_AM::ShiftExtendType ExtendType = AArch64_AM::InvalidShiftExtend; in emitAddSub() local 1178 ExtendType = IsZExt ? AArch64_AM::UXTB : AArch64_AM::SXTB; in emitAddSub() 1182 ExtendType = IsZExt ? AArch64_AM::UXTH : AArch64_AM::SXTH; in emitAddSub() 1233 if (ExtendType != AArch64_AM::InvalidShiftExtend && RHS->hasOneUse() && in emitAddSub() 1238 return emitAddSub_rx(UseAdd, RetVT, LHSReg, RHSReg, ExtendType, 0, in emitAddSub()
|