Searched refs:ExtendType (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM64/ |
| H A D | EmulateInstructionARM64.h | 104 } ExtendType; typedef
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64FastISel.cpp | 1130 AArch64_AM::ShiftExtendType ExtendType = AArch64_AM::InvalidShiftExtend; in emitAddSub() local 1140 ExtendType = IsZExt ? AArch64_AM::UXTB : AArch64_AM::SXTB; in emitAddSub() 1144 ExtendType = IsZExt ? AArch64_AM::UXTH : AArch64_AM::SXTH; in emitAddSub() 1197 if (ExtendType != AArch64_AM::InvalidShiftExtend && RHS->hasOneUse() && in emitAddSub() 1207 RHSIsKill, ExtendType, C->getZExtValue(), in emitAddSub() 1215 ExtendType, 0, SetFlags, WantResult); in emitAddSub()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 8793 ISD::NodeType ExtendType = (FuncInfo.PreferredExtendType.find(V) == in CopyValueToVirtualRegister() local 8797 RFV.getCopyToRegs(Op, DAG, getCurSDLoc(), Chain, nullptr, V, ExtendType); in CopyValueToVirtualRegister()
|