Home
last modified time | relevance | path

Searched refs:RSize (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DEHStreamer.cpp36 unsigned LSize = LIds.size(), RSize = RIds.size(); in sharedTypeIDs() local
37 unsigned MinSize = LSize < RSize ? LSize : RSize; in sharedTypeIDs()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DEHStreamer.cpp47 unsigned LSize = LIds.size(), RSize = RIds.size(); in sharedTypeIDs() local
48 unsigned MinSize = LSize < RSize ? LSize : RSize; in sharedTypeIDs()
/external/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp768 auto RSize = Modules[RightIndex].getBufferSize(); in run() local
769 return LSize > RSize; in run()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp1033 auto RSize = in run() local
1035 return LSize > RSize; in run()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp318 unsigned RSize = RVT.getSizeInBits(); in SoftenFloatRes_FCOPYSIGN() local
323 DAG.getConstant(RSize - 1, dl, in SoftenFloatRes_FCOPYSIGN()
1045 unsigned RSize = RVT.getSizeInBits(); in SoftenFloatOp_FCOPYSIGN() local
1048 int SizeDiff = RSize - LSize; in SoftenFloatOp_FCOPYSIGN()
2665 unsigned RSize = RVT.getSizeInBits(); in SoftPromoteHalfRes_FCOPYSIGN() local
2670 DAG.getConstant(RSize - 1, dl, in SoftPromoteHalfRes_FCOPYSIGN()
/external/llvm-project/llvm/lib/LTO/
DLTO.cpp1540 auto RSize = R[RightIndex]->getBuffer().size(); in generateModulesOrdering() local
1541 return LSize > RSize; in generateModulesOrdering()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp299 unsigned RSize = RVT.getSizeInBits(); in SoftenFloatRes_FCOPYSIGN() local
304 DAG.getConstant(RSize - 1, dl, in SoftenFloatRes_FCOPYSIGN()
1007 unsigned RSize = RVT.getSizeInBits(); in SoftenFloatOp_FCOPYSIGN() local
1010 int SizeDiff = RSize - LSize; in SoftenFloatOp_FCOPYSIGN()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp259 unsigned RSize = RVT.getSizeInBits(); in SoftenFloatRes_FCOPYSIGN() local
264 DAG.getConstant(RSize - 1, dl, in SoftenFloatRes_FCOPYSIGN()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp9739 llvm::APInt LSize, RSize; in mergeTypes() local
9741 std::tie(HaveRSize, RSize) = SizeFetch(RVAT, RCAT); in mergeTypes()
9742 if (HaveLSize && HaveRSize && !llvm::APInt::isSameValue(LSize, RSize)) in mergeTypes()