Searched defs:shouldReplace (Results 1 – 7 of 7) sorted by relevance
/llvm-project/mlir/lib/IR/ | ||
H A D | Value.cpp | 82 function_ref<bool(OpOperand &)> shouldReplace) { in replaceUsesWithIf() |
H A D | OperationSupport.cpp | 639 replaceUsesWithIf(Operation * op,function_ref<bool (OpOperand &)> shouldReplace) replaceUsesWithIf() argument |
/llvm-project/mlir/include/mlir/IR/ | ||
H A D | ValueRange.h | 299 function_ref<bool(OpOperand &)> shouldReplace) { in replaceUsesWithIf() argument |
H A D | Operation.h | 280 function_ref<bool(OpOperand &)> shouldReplace) { in replaceUsesWithIf() argument |
/llvm-project/lld/ELF/ | ||
H A D | Symbols.cpp | 510 bool Symbol::shouldReplace(const Defined &other) const { shouldReplace() function in Symbol |
/llvm-project/llvm/lib/Target/AMDGPU/ | ||
H A D | AMDGPULateCodeGenPrepare.cpp | 123 bool shouldReplace(Type *ITy) { shouldReplace() function in __anon603eb3ce0111::LiveRegOptimizer |
/llvm-project/lld/wasm/ | ||
H A D | SymbolTable.cpp | 291 static bool shouldReplace(const Symbol *existing, InputFile *newFile, shouldReplace() function |