Home
last modified time | relevance | path

Searched refs:LoSize (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp1797 unsigned LoSize = Lo.getValueType().getSizeInBits(); in ExpandIntRes_LOAD() local
1799 DAG.getConstant(LoSize-1, TLI.getPointerTy())); in ExpandIntRes_LOAD()
2138 unsigned LoSize = NVT.getSizeInBits(); in ExpandIntRes_SIGN_EXTEND() local
2140 DAG.getConstant(LoSize-1, TLI.getPointerTy())); in ExpandIntRes_SIGN_EXTEND()
DLegalizeDAG.cpp3644 unsigned LoSize = VT.getSizeInBits(); in ExpandNode() local
3646 DAG.getConstant(LoSize-1, TLI.getPointerTy())); in ExpandNode()
3648 DAG.getConstant(LoSize-1, TLI.getPointerTy())); in ExpandNode()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp2076 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()
DLegalizeDAG.cpp3420 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-7.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp2259 unsigned LoSize = Lo.getValueSizeInBits(); in ExpandIntRes_LOAD() local
2261 DAG.getConstant(LoSize - 1, dl, in ExpandIntRes_LOAD()
2617 unsigned LoSize = NVT.getSizeInBits(); in ExpandIntRes_SIGN_EXTEND() local
2620 DAG.getConstant(LoSize - 1, dl, TLI.getPointerTy(DAG.getDataLayout()))); in ExpandIntRes_SIGN_EXTEND()
DLegalizeDAG.cpp3573 unsigned LoSize = VT.getSizeInBits(); in ExpandNode() local
3576 DAG.getConstant(LoSize - 1, dl, in ExpandNode()
3580 DAG.getConstant(LoSize - 1, dl, in ExpandNode()
/external/clang/lib/CodeGen/
DTargetInfo.cpp2987 unsigned LoSize = (unsigned)TD.getTypeAllocSize(Lo); in GetX86_64ByValArgumentPair() local
2989 unsigned HiStart = llvm::alignTo(LoSize, HiAlign); in GetX86_64ByValArgumentPair()