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.cpp301 LLT LLTy = LLT::scalar(BitWidth); in createConstFP() local
353 LLT LLTy = LLT::scalar(BitWidth); in createConstInt() local
402 LLT LLTy = LLT::scalar(BitWidth); in buildConstantInt() local
448 LLT LLTy = LLT::scalar(getScalarOrVectorBitWidth(SpvType)); in buildConstantFP() local
499 LLT LLTy = LLT::scalar(64); in getOrCreateCompositeOrNull() local
604 LLT LLTy = EmitIR ? LLT::fixed_vector(ElemCnt, BitWidth) : LLT::scalar(64); in getOrCreateIntCompositeOrNull() local
661 LLT LLTy = LLT::pointer(AddressSpace, PointerSize); in getOrCreateConstNullPtr() local
1845 LLT LLTy = LLT::scalar(64); in getOrCreateUndef() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp329 LLT LLTy = MRI.getType(DstRegs[0]); in mergeVectorRegsToResultRegs() local
373 ArrayRef<Register> Regs, LLT LLTy, LLT PartLLT, in buildCopyFromRegs()
H A DLegalizerHelper.cpp1275 LLT LLTy = MRI.getType(MI.getOperand(0).getReg()); in libcall() local
1316 LLT LLTy = MRI.getType(MI.getOperand(0).getReg()); in libcall() local
1329 LLT LLTy = MRI.getType(MI.getOperand(0).getReg()); in libcall() local
1342 LLT LLTy = MRI.getType(MI.getOperand(1).getReg()); in libcall() local
1362 LLT LLTy = MRI.getType(MI.getOperand(0).getReg()); in libcall() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp987 llvm::Type *LLTy = CGT.ConvertTypeForMem(Type); in addFieldToArgStruct() local
3355 llvm::Type *LLTy = CGT.ConvertType(Ty); in classify() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h952 for (const LLTCodeGen &LLTy : KnownTypes) in initTypeIDValuesMap() local