Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp2032 APInt OffsetAI(DL.getPointerTypeSizeInBits(CE->getType()), 0); in lowerConstantForGV() local
2033 cast<GEPOperator>(CE)->accumulateConstantOffset(DL, OffsetAI); in lowerConstantForGV()
2037 if (!OffsetAI) in lowerConstantForGV()
2040 int64_t Offset = OffsetAI.getSExtValue(); in lowerConstantForGV()
/external/llvm-project/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp2020 APInt OffsetAI(DL.getPointerTypeSizeInBits(CE->getType()), 0); in lowerConstantForGV() local
2021 cast<GEPOperator>(CE)->accumulateConstantOffset(DL, OffsetAI); in lowerConstantForGV()
2025 if (!OffsetAI) in lowerConstantForGV()
2028 int64_t Offset = OffsetAI.getSExtValue(); in lowerConstantForGV()
/external/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp2097 APInt OffsetAI(DL.getPointerTypeSizeInBits(CE->getType()), 0); in lowerConstantForGV() local
2098 cast<GEPOperator>(CE)->accumulateConstantOffset(DL, OffsetAI); in lowerConstantForGV()
2102 if (!OffsetAI) in lowerConstantForGV()
2105 int64_t Offset = OffsetAI.getSExtValue(); in lowerConstantForGV()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1782 APInt OffsetAI(getDataLayout().getPointerTypeSizeInBits(CE->getType()), 0); in lowerConstant() local
1783 cast<GEPOperator>(CE)->accumulateConstantOffset(getDataLayout(), OffsetAI); in lowerConstant()
1786 if (!OffsetAI) in lowerConstant()
1789 int64_t Offset = OffsetAI.getSExtValue(); in lowerConstant()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2254 APInt OffsetAI(getDataLayout().getPointerTypeSizeInBits(CE->getType()), 0); in lowerConstant() local
2255 cast<GEPOperator>(CE)->accumulateConstantOffset(getDataLayout(), OffsetAI); in lowerConstant()
2258 if (!OffsetAI) in lowerConstant()
2261 int64_t Offset = OffsetAI.getSExtValue(); in lowerConstant()
/external/llvm/lib/Analysis/
DConstantFolding.cpp445 APInt OffsetAI; in FoldReinterpretLoadFromConstPtr() local
446 if (!IsConstantOffsetFromGlobal(C, GVal, OffsetAI, DL)) in FoldReinterpretLoadFromConstPtr()
454 int64_t Offset = OffsetAI.getSExtValue(); in FoldReinterpretLoadFromConstPtr()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2384 APInt OffsetAI(getDataLayout().getPointerTypeSizeInBits(CE->getType()), 0); in lowerConstant() local
2385 cast<GEPOperator>(CE)->accumulateConstantOffset(getDataLayout(), OffsetAI); in lowerConstant()
2388 if (!OffsetAI) in lowerConstant()
2391 int64_t Offset = OffsetAI.getSExtValue(); in lowerConstant()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DConstantFolding.cpp554 APInt OffsetAI; in FoldReinterpretLoadFromConstPtr() local
555 if (!IsConstantOffsetFromGlobal(C, GVal, OffsetAI, DL)) in FoldReinterpretLoadFromConstPtr()
563 int64_t Offset = OffsetAI.getSExtValue(); in FoldReinterpretLoadFromConstPtr()
/external/llvm-project/llvm/lib/Analysis/
DConstantFolding.cpp602 APInt OffsetAI; in FoldReinterpretLoadFromConstPtr() local
603 if (!IsConstantOffsetFromGlobal(C, GVal, OffsetAI, DL)) in FoldReinterpretLoadFromConstPtr()
611 int64_t Offset = OffsetAI.getSExtValue(); in FoldReinterpretLoadFromConstPtr()