Home
last modified time | relevance | path

Searched refs:LoadKind (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h63 enum class LoadKind { Default, Weak }; enum
66 LoadKind K;
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp1765 using LoadKind = MachOPlatform::HeaderOptions::LoadDylibCmd::LoadKind; in createHeaderBlock() typedef
1768 case LoadKind::Default: in createHeaderBlock()
1773 case LoadKind::Weak: in createHeaderBlock()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrMVE.td7185 PatFrag LoadKind, int shift>
7186 : Pat<(Ty (LoadKind t2addrmode_imm7<shift>:$addr)),
7190 PatFrag LoadKind, int shift>
7191 : Pat<(Ty (LoadKind t2addrmode_imm7<shift>:$addr, VCCR:$pred, (Ty (ARMvmovImm (i32 0))))),
7194 multiclass MVE_vector_load<Instruction RegImmInst, PatFrag LoadKind,
7196 def : MVE_vector_load_typed<v16i8, RegImmInst, LoadKind, shift>;
7197 def : MVE_vector_load_typed<v8i16, RegImmInst, LoadKind, shift>;
7198 def : MVE_vector_load_typed<v8f16, RegImmInst, LoadKind, shift>;
7199 def : MVE_vector_load_typed<v4i32, RegImmInst, LoadKind, shift>;
7200 def : MVE_vector_load_typed<v4f32, RegImmInst, LoadKind, shift>;
[all …]