Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DMCInstrDescView.cpp46 bool Operand::isUse() const { return !IsDef; } in isUse() function in llvm::exegesis::Operand
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLiveIntervals.cpp863 float LiveIntervals::getSpillWeight(bool isDef, bool isUse, in getSpillWeight()
869 float LiveIntervals::getSpillWeight(bool isDef, bool isUse, in getSpillWeight()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineOperand.h370 bool isUse() const { in isUse() function
H A DRDFGraph.h542 bool isUse() const { in isUse() function
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp3404 bool isUse = HandleUse(I, Pat, InstInputs); in FindPatternInputsAndOutputs() local
3436 bool isUse = HandleUse(I, Pat, InstInputs); in FindPatternInputsAndOutputs() local