Home
last modified time | relevance | path

Searched refs:ResultSize (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemoryBuiltins.cpp543 Value *ResultSize = in lowerObjectSizeCall() local
547 ResultSize = Builder.CreateZExtOrTrunc(ResultSize, ResultType); in lowerObjectSizeCall()
549 ResultSize); in lowerObjectSizeCall()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DRegisterBankInfo.cpp222 unsigned ResultSize = getSizeInBits(MI.getOperand(0).getReg(), in getInstrMappingImpl() local
224 OperandsMapping[0] = &getValueMapping(0, ResultSize, *CurRegBank); in getInstrMappingImpl()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DInterleavedLoadCombinePass.cpp1022 unsigned ResultSize = DL.getTypeAllocSize(GEP.getResultElementType()); in computePolynomialFromPointer() local
1024 Result.mul(APInt(PointerBits, ResultSize)); in computePolynomialFromPointer()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPURegisterBankInfo.cpp2824 const unsigned ResultSize = 1; in getInstrMapping() local
2826 OpdsMapping[0] = AMDGPU::getValueMapping(Op0Bank, ResultSize); in getInstrMapping()