Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DInlineAsm.h383 ConstraintCode getMemoryConstraintID() const { in getMemoryConstraintID() function
411 assert(getMemoryConstraintID() == ConstraintCode::Unknown && "Mem constraint already set"); in setMemConstraint()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSERegisterInfo.cpp105 switch (F.getMemoryConstraintID()) { in getLoadStoreOffsetSizeInBits()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVMergeBaseOffset.cpp445 if (Flags.getMemoryConstraintID() == InlineAsm::ConstraintCode::A) in foldIntoMemoryOps()
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp1775 InlineAsm::ConstraintCode MCID = F.getMemoryConstraintID(); in getOutliningType()
H A DMachineInstr.cpp1845 const InlineAsm::ConstraintCode MCID = F.getMemoryConstraintID(); in print()
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2267 Flags.getMemoryConstraintID(); in IsLegalToFold()