Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp1834 Record *TypeProfile = R->getValueAsDef("TypeProfile"); in SDNodeInfo() local
1835 NumResults = TypeProfile->getValueAsInt("NumResults"); in SDNodeInfo()
1836 NumOperands = TypeProfile->getValueAsInt("NumOperands"); in SDNodeInfo()
1843 TypeProfile->getValueAsListOfDefs("Constraints"); in SDNodeInfo()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DVOPInstructions.td997 SDTypeProfile TP = N.TypeProfile;
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td324 SDTypeProfile TypeProfile = typeprof;