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.cpp152 LLT LLTy = LLT::scalar(32); in getOrCreateConstIntReg() local
212 LLT LLTy = LLT::scalar(EmitIR ? BitWidth : 32); in buildConstantInt() local
286 LLT LLTy = LLT::scalar(32); in getOrCreateIntCompositeOrNull() local
358 LLT LLTy = EmitIR ? LLT::fixed_vector(ElemCnt, BitWidth) : LLT::scalar(32); in getOrCreateIntCompositeOrNull() local
428 LLT LLTy = LLT::pointer(LLVMPtrTy->getAddressSpace(), PointerSize); in getOrCreateConstNullPtr() local
1168 LLT LLTy = LLT::scalar(32); in getOrCreateUndef() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp300 LLT LLTy = MRI.getType(DstRegs[0]); in mergeVectorRegsToResultRegs() local
344 ArrayRef<Register> Regs, LLT LLTy, LLT PartLLT, in buildCopyFromRegs()
H A DLegalizerHelper.cpp1018 LLT LLTy = MRI.getType(MI.getOperand(0).getReg()); in libcall() local
1050 LLT LLTy = MRI.getType(MI.getOperand(0).getReg()); in libcall() local
1063 LLT LLTy = MRI.getType(MI.getOperand(0).getReg()); in libcall() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp985 llvm::Type *LLTy = CGT.ConvertTypeForMem(Type); in addFieldToArgStruct() local
3274 llvm::Type *LLTy = CGT.ConvertType(Ty); in classify() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelMatchTable.h929 for (const LLTCodeGen &LLTy : KnownTypes) in initTypeIDValuesMap() local