HomeSort by relevance Sort by last modified time
    Searched refs:LdOpc (Results 1 - 5 of 5) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/
BPFInstrInfo.cpp 54 unsigned LdOpc, StOpc;
58 LdOpc = BPF::LDB;
62 LdOpc = BPF::LDH;
66 LdOpc = BPF::LDW;
70 LdOpc = BPF::LDD;
79 BuildMI(*BB, MI, dl, get(LdOpc))
  /external/llvm/lib/Target/AArch64/
AArch64LoadStoreOptimizer.cpp 419 unsigned LdOpc = LoadInst.getOpcode();
421 switch (LdOpc) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64LoadStoreOptimizer.cpp 365 unsigned LdOpc = LoadInst.getOpcode();
367 switch (LdOpc) {
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 547 milliseconds