Home
last modified time | relevance | path

Searched defs:LLTy (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp178 LLT LLTy = LLT::scalar(32); in getOrCreateConstIntReg() local
215 LLT LLTy = LLT::scalar(32); in getOrCreateConstFloatReg() local
312 LLT LLTy = LLT::scalar(EmitIR ? BitWidth : 32); in buildConstantInt() local
411 LLT LLTy = LLT::scalar(32); in getOrCreateCompositeOrNull() local
513 LLT LLTy = EmitIR ? LLT::fixed_vector(ElemCnt, BitWidth) : LLT::scalar(32); in getOrCreateIntCompositeOrNull() local
566 LLT LLTy = LLT::pointer(LLVMPtrTy->getAddressSpace(), PointerSize); in getOrCreateConstNullPtr() local
1440 LLT LLTy = LLT::scalar(32); in getOrCreateUndef() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp330 LLT LLTy = MRI.getType(DstRegs[0]); in mergeVectorRegsToResultRegs() local
374 ArrayRef<Register> Regs, LLT LLTy, LLT PartLLT, in buildCopyFromRegs()
H A DLegalizerHelper.cpp1037 LLT LLTy = MRI.getType(MI.getOperand(0).getReg()); in libcall() local
1076 LLT LLTy = MRI.getType(MI.getOperand(0).getReg()); in libcall() local
1090 LLT LLTy = MRI.getType(MI.getOperand(1).getReg()); in libcall() local
1109 LLT LLTy = MRI.getType(MI.getOperand(0).getReg()); in libcall() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp988 llvm::Type *LLTy = CGT.ConvertTypeForMem(Type); in addFieldToArgStruct() local
3297 llvm::Type *LLTy = CGT.ConvertType(Ty); in classify() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h938 for (const LLTCodeGen &LLTy : KnownTypes) in initTypeIDValuesMap() local