Home
last modified time | relevance | path

Searched defs:MMOs (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineInstr.cpp320 ArrayRef<MachineMemOperand *> MMOs, in setExtraInfo()
364 ArrayRef<MachineMemOperand *> MMOs) { in setMemRefs()
376 SmallVector<MachineMemOperand *, 2> MMOs; in addMemOperand() local
DMachineFunction.cpp466 ArrayRef<MachineMemOperand *> MMOs, MCSymbol *PreInstrSymbol, in createMIExtraInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineInstrBuilder.h199 setMemRefs(ArrayRef<MachineMemOperand *> MMOs) const { in setMemRefs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrInfo.cpp5365 extractLoadMMOs(ArrayRef<MachineMemOperand *> MMOs, MachineFunction &MF) { in extractLoadMMOs()
5386 extractStoreMMOs(ArrayRef<MachineMemOperand *> MMOs, MachineFunction &MF) { in extractStoreMMOs()
5498 auto MMOs = extractLoadMMOs(MI.memoperands(), MF); in unfoldMemoryOperand() local
5580 auto MMOs = extractStoreMMOs(MI.memoperands(), MF); in unfoldMemoryOperand() local
5636 auto MMOs = extractLoadMMOs(cast<MachineSDNode>(N)->memoperands(), MF); in unfoldMemoryOperand() local
5707 auto MMOs = extractStoreMMOs(cast<MachineSDNode>(N)->memoperands(), MF); in unfoldMemoryOperand() local
DX86ISelLowering.cpp31490 SmallVector<MachineMemOperand *, 2> MMOs(MI.memoperands_begin(), in emitSetJmpShadowStackFix() local
31536 SmallVector<MachineMemOperand *, 2> MMOs(MI.memoperands_begin(), in emitEHSjLjSetJmp() local
31692 SmallVector<MachineMemOperand *, 2> MMOs(MI.memoperands_begin(), in emitLongJmpShadowStackFix() local
31868 SmallVector<MachineMemOperand *, 2> MMOs(MI.memoperands_begin(), in emitEHSjLjLongJmp() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.cpp150 SmallVector<MachineMemOperand *, 2> MMOs; in CloneNodeWithValues() local