Searched refs:ExtendType (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/lld/MachO/Arch/ |
| H A D | ARM64.cpp | 160 enum ExtendType { ZeroExtend = 1, Sign64 = 2, Sign32 = 3 }; enum 167 ExtendType extendType; 232 ldr.extendType = static_cast<ExtendType>(opc); in parseLdr()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM64/ |
| H A D | EmulateInstructionARM64.h | 92 enum ExtendType { enum
|
| /llvm-project-15.0.7/bolt/lib/Target/AArch64/ |
| H A D | AArch64MCPlusBuilder.cpp | 548 AArch64_AM::ShiftExtendType ExtendType = in analyzeIndirectBranchFragment() local 553 if (ExtendType == AArch64_AM::SXTB) in analyzeIndirectBranchFragment() 555 else if (ExtendType == AArch64_AM::SXTH) in analyzeIndirectBranchFragment() 557 else if (ExtendType == AArch64_AM::SXTW) in analyzeIndirectBranchFragment()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.h | 288 ISD::NodeType ExtendType = ISD::ANY_EXTEND);
|
| H A D | SelectionDAGBuilder.cpp | 10055 ISD::NodeType ExtendType) { in CopyValueToVirtualRegister() argument 10070 if (ExtendType == ISD::ANY_EXTEND) { in CopyValueToVirtualRegister() 10073 ExtendType = PreferredExtendIt->second; in CopyValueToVirtualRegister() 10075 RFV.getCopyToRegs(Op, DAG, getCurSDLoc(), Chain, nullptr, V, ExtendType); in CopyValueToVirtualRegister() 10687 ISD::NodeType ExtendType = ISD::ANY_EXTEND; in HandlePHINodesInSuccessorBlocks() local 10689 ExtendType = TLI.signExtendConstant(CI) ? ISD::SIGN_EXTEND in HandlePHINodesInSuccessorBlocks() 10691 CopyValueToVirtualRegister(C, RegOut, ExtendType); in HandlePHINodesInSuccessorBlocks()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64FastISel.cpp | 1140 AArch64_AM::ShiftExtendType ExtendType = AArch64_AM::InvalidShiftExtend; in emitAddSub() local 1150 ExtendType = IsZExt ? AArch64_AM::UXTB : AArch64_AM::SXTB; in emitAddSub() 1154 ExtendType = IsZExt ? AArch64_AM::UXTH : AArch64_AM::SXTH; in emitAddSub() 1205 if (ExtendType != AArch64_AM::InvalidShiftExtend && RHS->hasOneUse() && in emitAddSub() 1213 return emitAddSub_rx(UseAdd, RetVT, LHSReg, RHSReg, ExtendType, in emitAddSub() 1219 return emitAddSub_rx(UseAdd, RetVT, LHSReg, RHSReg, ExtendType, 0, in emitAddSub()
|