Home
last modified time | relevance | path

Searched defs:LLT (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/tnftp/src/
H A Dprogressbar.h82 # define LLT long macro
90 # define LLT long long macro
97 # define LLT long long macro
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUGlobalISelUtils.h20 class LLT; variable
H A DAMDGPURegisterBankInfo.h26 class LLT; variable
H A DAMDGPUArgumentUsageInfo.h19 class LLT; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86RegisterBankInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86RegisterBankInfo.h23 class LLT; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h503 std::initializer_list<std::pair<LLT, LLT>> Types) { in actionFor()
511 std::initializer_list<std::pair<LLT, LLT>> Types, in actionFor()
528 LegalizeAction Action, std::initializer_list<std::pair<LLT, LLT>> Types) { in actionForTypeWithAnyImm()
604 LegalizeRuleSet &legalFor(std::initializer_list<std::pair<LLT, LLT>> Types) { in legalFor()
615 std::initializer_list<std::pair<LLT, LLT>> Types) { in legalForTypeWithAnyImm()
702 LegalizeRuleSet &lowerFor(std::initializer_list<std::pair<LLT, LLT>> Types) { in lowerFor()
707 LegalizeRuleSet &lowerFor(std::initializer_list<std::pair<LLT, LLT>> Types, in lowerFor()
748 libcallFor(std::initializer_list<std::pair<LLT, LLT>> Types) { in libcallFor()
782 narrowScalarFor(std::initializer_list<std::pair<LLT, LLT>> Types, in narrowScalarFor()
852 LegalizeRuleSet &customFor(std::initializer_list<std::pair<LLT, LLT>> Types) { in customFor()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAnalysis.h24 class LLT; variable
H A DMachineOperand.h23 class LLT; variable
H A DTargetLowering.h3241 LLT) const { in isFMAFasterThanFMulAndFAdd() argument
/freebsd/contrib/llvm-project/llvm/lib/CodeGenTypes/
H A DLowLevelType.cpp19 LLT::LLT(MVT VT) { in LLT() function in LLT
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGenTypes/
H A DLowLevelType.h134 explicit constexpr LLT(bool isPointer, bool isVector, bool isScalar, in LLT() function
140 explicit constexpr LLT() in LLT() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerCombiner.cpp68 std::tuple<unsigned, LLT, Register> &MatchInfo) { in matchExtractVecEltPairwiseAdd() argument
111 std::tuple<unsigned, LLT, Register> &MatchInfo) { in applyExtractVecEltPairwiseAdd() argument
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalityPredicates.cpp44 std::initializer_list<std::pair<LLT, LLT>> TypesInit) { in typePairInSet()
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp214 const char *RegName, LLT /*VT*/, in getRegisterByName() argument
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h288 LLTCodeGenOrTempType(const LLTCodeGen &LLT) : Data(LLT) {} in LLTCodeGenOrTempType()