Searched refs:ExtendType (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/lld/MachO/Arch/ |
| H A D | ARM64.cpp | 251 enum ExtendType { ZeroExtend = 1, Sign64 = 2, Sign32 = 3 }; enum 258 ExtendType extendType; 296 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 | 323 ISD::NodeType ExtendType = ISD::ANY_EXTEND);
|
| H A D | SelectionDAGBuilder.cpp | 11378 ISD::NodeType ExtendType) { in CopyValueToVirtualRegister() argument 11393 if (ExtendType == ISD::ANY_EXTEND) { in CopyValueToVirtualRegister() 11396 ExtendType = PreferredExtendIt->second; in CopyValueToVirtualRegister() 11398 RFV.getCopyToRegs(Op, DAG, getCurSDLoc(), Chain, nullptr, V, ExtendType); in CopyValueToVirtualRegister() 12015 ISD::NodeType ExtendType = ISD::ANY_EXTEND; in HandlePHINodesInSuccessorBlocks() local 12017 ExtendType = TLI.signExtendConstant(CI) ? ISD::SIGN_EXTEND in HandlePHINodesInSuccessorBlocks() 12019 CopyValueToVirtualRegister(C, RegOut, ExtendType); in HandlePHINodesInSuccessorBlocks()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64FastISel.cpp | 1163 AArch64_AM::ShiftExtendType ExtendType = AArch64_AM::InvalidShiftExtend; in emitAddSub() local 1173 ExtendType = IsZExt ? AArch64_AM::UXTB : AArch64_AM::SXTB; in emitAddSub() 1177 ExtendType = IsZExt ? AArch64_AM::UXTH : AArch64_AM::SXTH; in emitAddSub() 1228 if (ExtendType != AArch64_AM::InvalidShiftExtend && RHS->hasOneUse() && in emitAddSub() 1233 return emitAddSub_rx(UseAdd, RetVT, LHSReg, RHSReg, ExtendType, 0, in emitAddSub()
|