Searched refs:LoSize (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeIntegerTypes.cpp | 2076 unsigned LoSize = Lo.getValueType().getSizeInBits(); in ExpandIntRes_LOAD() local 2078 DAG.getConstant(LoSize - 1, dl, in ExpandIntRes_LOAD() 2431 unsigned LoSize = NVT.getSizeInBits(); in ExpandIntRes_SIGN_EXTEND() local 2434 DAG.getConstant(LoSize - 1, dl, TLI.getPointerTy(DAG.getDataLayout()))); in ExpandIntRes_SIGN_EXTEND()
|
D | LegalizeDAG.cpp | 3420 unsigned LoSize = VT.getSizeInBits(); in ExpandNode() local 3423 DAG.getConstant(LoSize - 1, dl, in ExpandNode() 3427 DAG.getConstant(LoSize - 1, dl, in ExpandNode()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeIntegerTypes.cpp | 2828 unsigned LoSize = Lo.getValueSizeInBits(); in ExpandIntRes_LOAD() local 2830 DAG.getConstant(LoSize - 1, dl, in ExpandIntRes_LOAD() 3425 unsigned LoSize = NVT.getSizeInBits(); in ExpandIntRes_SIGN_EXTEND() local 3428 DAG.getConstant(LoSize - 1, dl, TLI.getPointerTy(DAG.getDataLayout()))); in ExpandIntRes_SIGN_EXTEND()
|
D | TargetLowering.cpp | 7538 unsigned LoSize = VT.getSizeInBits(); in expandMULO() local 7541 DAG.getConstant(LoSize - 1, dl, in expandMULO() 7545 DAG.getConstant(LoSize - 1, dl, in expandMULO()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorTypes.cpp | 1691 unsigned LoSize = MemoryLocation::getSizeOrUnknown(LoMemVT.getStoreSize()); in SplitVecRes_MLOAD() local 1693 MLD->getPointerInfo(), MachineMemOperand::MOLoad, LoSize, Alignment, in SplitVecRes_MLOAD() 2486 unsigned LoSize = MemoryLocation::getSizeOrUnknown(LoMemVT.getStoreSize()); in SplitVecOp_MSTORE() local 2488 N->getPointerInfo(), MachineMemOperand::MOStore, LoSize, Alignment, in SplitVecOp_MSTORE()
|
D | LegalizeIntegerTypes.cpp | 3154 unsigned LoSize = Lo.getValueSizeInBits(); in ExpandIntRes_LOAD() local 3156 DAG.getConstant(LoSize - 1, dl, in ExpandIntRes_LOAD() 3790 unsigned LoSize = NVT.getSizeInBits(); in ExpandIntRes_SIGN_EXTEND() local 3793 DAG.getConstant(LoSize - 1, dl, TLI.getPointerTy(DAG.getDataLayout()))); in ExpandIntRes_SIGN_EXTEND()
|
D | TargetLowering.cpp | 8030 unsigned LoSize = VT.getFixedSizeInBits(); in expandMULO() local 8033 DAG.getConstant(LoSize - 1, dl, in expandMULO() 8037 DAG.getConstant(LoSize - 1, dl, in expandMULO()
|
/external/clang/lib/CodeGen/ |
D | TargetInfo.cpp | 2987 unsigned LoSize = (unsigned)TD.getTypeAllocSize(Lo); in GetX86_64ByValArgumentPair() local 2989 unsigned HiStart = llvm::alignTo(LoSize, HiAlign); in GetX86_64ByValArgumentPair()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | TargetInfo.cpp | 3498 unsigned LoSize = (unsigned)TD.getTypeAllocSize(Lo); in GetX86_64ByValArgumentPair() local 3500 unsigned HiStart = llvm::alignTo(LoSize, HiAlign); in GetX86_64ByValArgumentPair()
|