Searched defs:isDeferred (Results 1 – 3 of 3) sorted by relevance
/llvm-project/flang/include/flang/Semantics/ | ||
H A D | type.h | 103 bool isDeferred() const { return category_ == Category::Deferred; } isDeferred() function |
/llvm-project/mlir/lib/IR/ | ||
H A D | AsmPrinter.cpp | 1231 printAliases(AsmPrinter::Impl & p,NewLineCounter & newLine,bool isDeferred) printAliases() argument |
/llvm-project/llvm/lib/Target/AMDGPU/ | ||
H A D | SIInstrInfo.cpp | 6940 bool SIInstrWorklist::isDeferred(MachineInstr *MI) { isDeferred() function in SIInstrWorklist |