Home
last modified time | relevance | path

Searched defs:isUse (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DMCInstrDescView.cpp45 bool Operand::isUse() const { return !IsDef; } in isUse() function in llvm::exegesis::Operand
/llvm-project/llvm/lib/CodeGen/
H A DLiveIntervals.cpp851 getSpillWeight(bool isDef,bool isUse,const MachineBlockFrequencyInfo * MBFI,const MachineInstr & MI) getSpillWeight() argument
857 getSpillWeight(bool isDef,bool isUse,const MachineBlockFrequencyInfo * MBFI,const MachineBasicBlock * MBB) getSpillWeight() argument
/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOperand.h379 bool isUse() const { in isUse() function
H A DRDFGraph.h572 bool isUse() const { in isUse() function
/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.cpp3455 bool isUse = HandleUse(I, Pat, InstInputs); FindPatternInputsAndOutputs() local
3488 bool isUse = HandleUse(I, Pat, InstInputs); FindPatternInputsAndOutputs() local