Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp175 LLT LLTy = MRI.getType(MI.getOperand(0).getReg()); in libcall() local
176 unsigned Size = LLTy.getSizeInBits(); in libcall()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DGlobalISelEmitter.cpp1134 for (const LLTCodeGen LLTy : KnownTypes) in initTypeIDValuesMap() local
1135 TypeIDValues[LLTy] = ID++; in initTypeIDValuesMap()
/external/clang/lib/CodeGen/
DTargetInfo.cpp3603 llvm::Type *LLTy = CGT.ConvertType(Ty); in classify() local
3604 if (LLTy->isPointerTy() || LLTy->isIntegerTy()) in classify()