Home
last modified time | relevance | path

Searched refs:getLLTRecord (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DPatterns.h95 const Record *getLLTRecord() const;
H A DPatterns.cpp91 const Record *PatternType::getLLTRecord() const { in getLLTRecord() function in llvm::gi::PatternType
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerEmitter.cpp133 return *MVTToLLT(getValueType(PT.getLLTRecord())); in getLLTCodeGen()