Home
last modified time | relevance | path

Searched refs:getMemoryConstraintID (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInlineAsm.h386 ConstraintCode getMemoryConstraintID() const { in getMemoryConstraintID() function
414 assert(getMemoryConstraintID() == ConstraintCode::Unknown && "Mem constraint already set"); in setMemConstraint()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSERegisterInfo.cpp101 switch (F.getMemoryConstraintID()) { in getLoadStoreOffsetSizeInBits()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVMergeBaseOffset.cpp467 if (Flags.getMemoryConstraintID() == InlineAsm::ConstraintCode::A) in foldIntoMemoryOps()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchMergeBaseOffset.cpp669 if (Flags.getMemoryConstraintID() != InlineAsm::ConstraintCode::m) in foldIntoMemoryOps()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp2085 InlineAsm::ConstraintCode MCID = F.getMemoryConstraintID(); in createMIROperandComment()
H A DMachineInstr.cpp1956 const InlineAsm::ConstraintCode MCID = F.getMemoryConstraintID(); in print()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2295 Flags.getMemoryConstraintID(); in SelectInlineAsmMemoryOperands()