Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.cpp1875 const Record *TypeProfile = R->getValueAsDef("TypeProfile"); in SDNodeInfo() local
1876 NumResults = TypeProfile->getValueAsInt("NumResults"); in SDNodeInfo()
1877 NumOperands = TypeProfile->getValueAsInt("NumOperands"); in SDNodeInfo()
1891 for (const Record *R : TypeProfile->getValueAsListOfDefs("Constraints")) in SDNodeInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DVOPInstructions.td1241 SDTypeProfile TP = N.TypeProfile;
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td359 SDTypeProfile TypeProfile = typeprof;