HomeSort by relevance Sort by last modified time
    Searched refs:MachineMemOperand (Results 126 - 150 of 177) sorted by null

1 2 3 4 56 7 8

  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 474 MachineMemOperand *createMachineMemOperandFor(const Instruction *I) const;
MachineInstrBuilder.h 185 const MachineInstrBuilder &addMemOperand(MachineMemOperand *MMO) const {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 474 MachineMemOperand *createMachineMemOperandFor(const Instruction *I) const;
MachineInstrBuilder.h 185 const MachineInstrBuilder &addMemOperand(MachineMemOperand *MMO) const {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 474 MachineMemOperand *createMachineMemOperandFor(const Instruction *I) const;
MachineInstrBuilder.h 185 const MachineInstrBuilder &addMemOperand(MachineMemOperand *MMO) const {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 474 MachineMemOperand *createMachineMemOperandFor(const Instruction *I) const;
MachineInstrBuilder.h 185 const MachineInstrBuilder &addMemOperand(MachineMemOperand *MMO) const {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 474 MachineMemOperand *createMachineMemOperandFor(const Instruction *I) const;
MachineInstrBuilder.h 185 const MachineInstrBuilder &addMemOperand(MachineMemOperand *MMO) const {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 474 MachineMemOperand *createMachineMemOperandFor(const Instruction *I) const;
MachineInstrBuilder.h 185 const MachineInstrBuilder &addMemOperand(MachineMemOperand *MMO) const {
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 147 MachineMemOperand *MMO);
185 MachineMemOperand *MMO = nullptr);
187 MachineMemOperand *MMO = nullptr);
    [all...]
AArch64InstrInfo.cpp 19 #include "llvm/CodeGen/MachineMemOperand.h"
32 static LLVM_CONSTEXPR MachineMemOperand::Flags MOSuppressPair =
33 MachineMemOperand::MOTargetFlag1;
    [all...]
  /external/llvm/lib/CodeGen/
MIRPrinter.cpp 22 #include "llvm/CodeGen/MachineMemOperand.h"
125 void print(const MachineMemOperand &Op);
871 void MIPrinter::print(const MachineMemOperand &Op) {
    [all...]
MachineLICM.cpp 27 #include "llvm/CodeGen/MachineMemOperand.h"
337 for (const MachineMemOperand *MemOp : MI->memoperands()) {
847 for (MachineMemOperand *MemOp : MI.memoperands())
    [all...]
ScheduleDAGInstrs.cpp 25 #include "llvm/CodeGen/MachineMemOperand.h"
171 for (const MachineMemOperand *MMO : MI->memoperands()) {
583 MachineMemOperand *MMOa = *MIa->memoperands_begin();
584 MachineMemOperand *MMOb = *MIb->memoperands_begin();
590 // and operates with MachineMemOperand offset with some important
605 assert ((MMOa->getOffset() >= 0) && "Negative MachineMemOperand offset");
606 assert ((MMOb->getOffset() >= 0) && "Negative MachineMemOperand offset");
    [all...]
TargetLoweringBase.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 28 #include "llvm/CodeGen/MachineMemOperand.h"
874 MachineMemOperand *MMO = MF.getMachineMemOperand(
875 MachinePointerInfo::getFixedStack(MF, FI), MachineMemOperand::MOStore,
    [all...]
  /external/llvm/lib/Target/Lanai/
LanaiInstrInfo.cpp 733 const MachineMemOperand *Dummy;
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp 27 #include "llvm/CodeGen/MachineMemOperand.h"
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstrBuilder.h 185 const MachineInstrBuilder &addMemOperand(MachineMemOperand *MMO) const {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstrBuilder.h 185 const MachineInstrBuilder &addMemOperand(MachineMemOperand *MMO) const {
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyFastISel.cpp 124 MachineMemOperand *MMO);
343 MachineMemOperand *MMO) {
    [all...]
  /external/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp     [all...]

Completed in 7169 milliseconds

1 2 3 4 56 7 8