Searched defs:ExtendType (Results 1 – 5 of 5) sorted by relevance
/llvm-project/lldb/source/Plugins/Instruction/ARM64/ | ||
H A D | EmulateInstructionARM64.h | 93 enum ExtendType { enum |
/llvm-project/lld/MachO/Arch/ | ||
H A D | ARM64.cpp | 219 enum ExtendType { ZeroExtend = 1, Sign64 = 2, Sign32 = 3 }; global() enum |
/llvm-project/bolt/lib/Target/AArch64/ | ||
H A D | AArch64MCPlusBuilder.cpp | 703 AArch64_AM::ShiftExtendType ExtendType = analyzeIndirectBranchFragment() local |
/llvm-project/llvm/lib/Target/AArch64/ | ||
H A D | AArch64FastISel.cpp | 1168 AArch64_AM::ShiftExtendType ExtendType = AArch64_AM::InvalidShiftExtend; emitAddSub() local |
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ | ||
H A D | SelectionDAGBuilder.cpp | 11161 CopyValueToVirtualRegister(const Value * V,unsigned Reg,ISD::NodeType ExtendType) CopyValueToVirtualRegister() argument |