Searched defs:isUse (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/tools/llvm-exegesis/lib/ | ||
H A D | MCInstrDescView.cpp | 45 bool Operand::isUse() const { return !IsDef; } in isUse() function in llvm::exegesis::Operand |
/llvm-project/llvm/lib/CodeGen/ | ||
H A D | LiveIntervals.cpp | 851 getSpillWeight(bool isDef,bool isUse,const MachineBlockFrequencyInfo * MBFI,const MachineInstr & MI) getSpillWeight() argument |
/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | MachineOperand.h | 379 bool isUse() const { in isUse() function |
H A D | RDFGraph.h | 572 bool isUse() const { in isUse() function |
/llvm-project/llvm/utils/TableGen/Common/ | ||
H A D | CodeGenDAGPatterns.cpp | 3455 bool isUse = HandleUse(I, Pat, InstInputs); FindPatternInputsAndOutputs() local |