Searched defs:isUse (Results 1 – 12 of 12) sorted by relevance
/external/llvm-project/llvm/tools/llvm-exegesis/lib/ |
D | MCInstrDescView.cpp | 46 bool Operand::isUse() const { return !IsDef; } in isUse() function in llvm::exegesis::Operand
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineOperand.h | 277 bool isUse() const { in isUse() function
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | LiveIntervals.cpp | 871 float LiveIntervals::getSpillWeight(bool isDef, bool isUse, in getSpillWeight() 877 float LiveIntervals::getSpillWeight(bool isDef, bool isUse, in getSpillWeight()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | LiveIntervals.cpp | 864 float LiveIntervals::getSpillWeight(bool isDef, bool isUse, in getSpillWeight() 870 float LiveIntervals::getSpillWeight(bool isDef, bool isUse, in getSpillWeight()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineOperand.h | 368 bool isUse() const { in isUse() function
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | MachineOperand.h | 368 bool isUse() const { in isUse() function
|
D | RDFGraph.h | 542 bool isUse() const { in isUse() function
|
/external/llvm/lib/Target/Hexagon/ |
D | RDFGraph.h | 497 bool isUse() const { in isUse() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | RDFGraph.h | 542 bool isUse() const { in isUse() function
|
/external/llvm/lib/CodeGen/ |
D | LiveIntervalAnalysis.cpp | 819 float LiveIntervals::getSpillWeight(bool isDef, bool isUse, in getSpillWeight()
|
/external/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.cpp | 2655 bool isUse = HandleUse(I, Pat, InstInputs); in FindPatternInputsAndOutputs() local 2687 bool isUse = HandleUse(I, Pat, InstInputs); in FindPatternInputsAndOutputs() local
|
/external/llvm-project/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.cpp | 3352 bool isUse = HandleUse(I, Pat, InstInputs); in FindPatternInputsAndOutputs() local 3384 bool isUse = HandleUse(I, Pat, InstInputs); in FindPatternInputsAndOutputs() local
|