/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineInstrBuilder.h | 209 setMemRefs(ArrayRef<MachineMemOperand * > MMOs) setMemRefs() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineInstr.cpp | 316 setExtraInfo(MachineFunction & MF,ArrayRef<MachineMemOperand * > MMOs,MCSymbol * PreInstrSymbol,MCSymbol * PostInstrSymbol,MDNode * HeapAllocMarker,MDNode * PCSections,uint32_t CFIType) setExtraInfo() argument 365 setMemRefs(MachineFunction & MF,ArrayRef<MachineMemOperand * > MMOs) setMemRefs() argument 377 SmallVector<MachineMemOperand *, 2> MMOs; addMemOperand() local [all...] |
H A D | MachineVerifier.cpp | 1662 ArrayRef<MachineMemOperand *> MMOs = MI->memoperands(); verifyPreISelGenericInstruction() local 1698 ArrayRef<MachineMemOperand *> MMOs = MI->memoperands(); verifyPreISelGenericInstruction() local [all...] |
H A D | MachineFunction.cpp | 563 createMIExtraInfo(ArrayRef<MachineMemOperand * > MMOs,MCSymbol * PreInstrSymbol,MCSymbol * PostInstrSymbol,MDNode * HeapAllocMarker,MDNode * PCSections,uint32_t CFIType) createMIExtraInfo() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrInfo.cpp | 8169 extractLoadMMOs(ArrayRef<MachineMemOperand * > MMOs,MachineFunction & MF) extractLoadMMOs() argument 8190 extractStoreMMOs(ArrayRef<MachineMemOperand * > MMOs,MachineFunction & MF) extractStoreMMOs() argument 8319 auto MMOs = extractLoadMMOs(MI.memoperands(), MF); unfoldMemoryOperand() local 8404 auto MMOs = extractStoreMMOs(MI.memoperands(), MF); unfoldMemoryOperand() local 8459 auto MMOs = extractLoadMMOs(cast<MachineSDNode>(N)->memoperands(), MF); unfoldMemoryOperand() local 8534 auto MMOs = extractStoreMMOs(cast<MachineSDNode>(N)->memoperands(), MF); unfoldMemoryOperand() local [all...] |
H A D | X86ISelLowering.cpp | 35216 SmallVector<MachineMemOperand *, 2> MMOs(MI.memoperands_begin(), emitSetJmpShadowStackFix() local 35262 SmallVector<MachineMemOperand *, 2> MMOs(MI.memoperands_begin(), emitEHSjLjSetJmp() local 35419 SmallVector<MachineMemOperand *, 2> MMOs(MI.memoperands_begin(), emitLongJmpShadowStackFix() local 35609 SmallVector<MachineMemOperand *, 2> MMOs(MI.memoperands_begin(), emitEHSjLjLongJmp() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | ScheduleDAGSDNodes.cpp | 153 SmallVector<MachineMemOperand *, 2> MMOs; CloneNodeWithValues() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VEISelLowering.cpp | 2189 SmallVector<MachineMemOperand *, 2> MMOs(MI.memoperands_begin(), emitEHSjLjSetJmp() local 2316 SmallVector<MachineMemOperand *, 2> MMOs(MI.memoperands_begin(), emitEHSjLjLongJmp() local
|