Searched refs:isClobber (Results 1 - 11 of 11) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DInlineAsm.cpp100 Type = isClobber;
135 if (Type == isClobber || // Cannot commute clobbers.
305 case InlineAsm::isClobber:
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDbgEntityHistoryCalculator.h85 bool isClobber() const { return getEntryKind() == Clobber; } function in class:llvm::DbgValueHistoryMap::Entry
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h144 bool isClobber() const { return Value.is<Clobber>(); } function in class:llvm::MemDepResult
151 bool isLocal() const { return isClobber() || isDef(); }
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDbgEntityHistoryCalculator.cpp95 if (Entries.back().isClobber() && Entries.back().getInstr() == &MI)
230 if (ReferenceCount[i] <= 0 && HistoryMapEntries[i].isClobber())
H A DDwarfDebug.cpp1709 EI->isClobber() ? getLabelAfterInsn(Instr) : getLabelBeforeInsn(Instr);
1717 if (EI->isClobber())
1720 else if (std::next(EI)->isClobber())
1914 HistSize == 2 && HistoryMapEntries[1].isClobber();
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp69 else if (OpInfo.Type == InlineAsm::isClobber)
524 case InlineAsm::isClobber: {
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DInlineAsm.h98 isClobber, // '~x' enumerator in enum:llvm::final::ConstraintPrefix
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp192 if (Op.Type == InlineAsm::isClobber) {
H A DTargetLowering.cpp5662 case InlineAsm::isClobber:
5717 if (OpInfo.Type == InlineAsm::isClobber)
5752 if (cInfo.Type != InlineAsm::isClobber)
H A DSelectionDAGBuilder.cpp9234 else if (OpInfo.Type == InlineAsm::isClobber)
9349 OpInfo.Type == InlineAsm::isClobber) ||
9665 case InlineAsm::isClobber:
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp1177 if (DepInfo.isClobber()) {
1205 if (DepInfo.isClobber() &&
1859 !Deps[0].getResult().isDef() && !Deps[0].getResult().isClobber()) {

Completed in 305 milliseconds