Home
last modified time | relevance | path

Searched refs:Extra_MayStore (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDInlineAsm.h224 Extra_MayStore = 16, enumerator
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMachineInstr.h872 if (ExtraInfo & InlineAsm::Extra_MayStore)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineInstr.cpp1574 if (ExtraInfo & InlineAsm::Extra_MayStore) in print()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGBuilder.cpp8091 Flags |= InlineAsm::Extra_MayStore; in update()
8093 Flags |= (InlineAsm::Extra_MayLoad | InlineAsm::Extra_MayStore); in update()