Searched refs:NoChange (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_fdr_controller.h | 145 enum class PreambleResult { NoChange, WroteMetadata, InvalidBuffer }; enumerator 178 return PreambleResult::NoChange; in recordPreamble() 280 if (PreambleStatus == PreambleResult::NoChange && in functionTailExit() 320 if (PreambleStatus == PreambleResult::NoChange && in functionExit()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineFunctionPass.cpp | 149 StringRef NoChange = " %l\n"; in runOnFunction() local 150 errs() << doSystemDiff(BeforeStr, AfterStr, Removed, Added, NoChange); in runOnFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Passes/ |
H A D | StandardInstrumentations.cpp | 1555 const std::string NoChange = " %l\n"; in handleFunctionCompare() local 1556 Out << doSystemDiff(BStr, AStr, Removed, Added, NoChange); in handleFunctionCompare()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 295 SDValue NoChange = in getCopyFromParts() local 302 NoChange); in getCopyFromParts() 305 return DAG.getNode(ISD::FP_ROUND, DL, ValueVT, Val, NoChange); in getCopyFromParts()
|