Home
last modified time | relevance | path

Searched refs:ASI (Results 1 – 25 of 34) sorted by relevance

12

/external/llvm-project/llvm/lib/Analysis/
DAliasSetTracker.cpp534 for (AliasSet::iterator ASI = AS.begin(), E = AS.end(); ASI != E; ++ASI) in add() local
536 MemoryLocation(ASI.getPointer(), ASI.getSize(), ASI.getAAInfo()), in add()
/external/llvm/lib/Analysis/
DAliasSetTracker.cpp422 for (AliasSet::iterator ASI = AS.begin(), E = AS.end(); ASI != E; ++ASI) { in add() local
423 AliasSet &NewAS = addPointer(ASI.getPointer(), ASI.getSize(), in add()
424 ASI.getAAInfo(), in add()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DAliasSetTracker.cpp538 for (AliasSet::iterator ASI = AS.begin(), E = AS.end(); ASI != E; ++ASI) in add() local
540 MemoryLocation(ASI.getPointer(), ASI.getSize(), ASI.getAAInfo()), in add()
/external/llvm-project/llvm/test/CodeGen/SystemZ/
Dint-add-11.ll64 ; Check the high end of the aligned ASI range.
90 ; Check the low end of the ASI range.
116 ; Check that ASI does not allow indices.
131 ; Check that adding 127 to a spilled value can use ASI.
214 ; Check that adding -128 to a spilled value can use ASI.
Dint-sadd-08.ll91 ; Check the high end of the aligned ASI range.
127 ; Check the low end of the ASI range.
163 ; Check that ASI does not allow indices.
183 ; Check that adding 127 to a spilled value can use ASI.
315 ; Check that adding -128 to a spilled value can use ASI.
Dint-ssub-08.ll91 ; Check the high end of the aligned ASI range.
127 ; Check the low end of the ASI range.
163 ; Check that ASI does not allow indices.
183 ; Check that subtracting 128 from a spilled value can use ASI.
315 ; Check that subtracting -127 from a spilled value can use ASI.
Dint-usub-10.ll91 ; Check the high end of the aligned ASI range.
/external/llvm/test/CodeGen/SystemZ/
Dint-add-11.ll64 ; Check the high end of the aligned ASI range.
90 ; Check the low end of the ASI range.
116 ; Check that ASI does not allow indices.
131 ; Check that adding 127 to a spilled value can use ASI.
214 ; Check that adding -128 to a spilled value can use ASI.
/external/llvm-project/llvm/lib/Target/Sparc/
DREADME.txt52 * Codegen bswap(load)/store(bswap) -> load/store ASI
DSparcInstrInfo.td1519 // form which requires an ASI be provided. The ASI value hardcoded
1520 // here is ASI_PRIMARY, the default unprivileged ASI for SparcV9.
1531 // This version can be automatically lowered from C code, selecting ASI 10
1541 // CASrr, above, but with a different ASI. This version is supported for
/external/llvm/lib/Target/Sparc/
DREADME.txt52 * Codegen bswap(load)/store(bswap) -> load/store ASI
DSparcInstrInfo.td1513 // form which requires an ASI be provided. The ASI value hardcoded
1514 // here is ASI_PRIMARY, the default unprivileged ASI for SparcV9.
1525 // This version can be automatically lowered from C code, selecting ASI 10
1535 // CASrr, above, but with a different ASI. This version is supported for
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DREADME.txt52 * Codegen bswap(load)/store(bswap) -> load/store ASI
DSparcInstrInfo.td1519 // form which requires an ASI be provided. The ASI value hardcoded
1520 // here is ASI_PRIMARY, the default unprivileged ASI for SparcV9.
1531 // This version can be automatically lowered from C code, selecting ASI 10
1541 // CASrr, above, but with a different ASI. This version is supported for
/external/llvm/lib/Transforms/Scalar/
DLICM.cpp928 for (const auto &ASI : AS) { in promoteLoopAccessesToScalars() local
929 Value *ASIV = ASI.getValue(); in promoteLoopAccessesToScalars()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp6057 SmallVector<SelectInst *, 2> ASI; in optimizeSelectInst() local
6058 ASI.push_back(SI); in optimizeSelectInst()
6063 ASI.push_back(I); in optimizeSelectInst()
6069 SelectInst *LastSI = ASI.back(); in optimizeSelectInst()
6139 for (SelectInst *SI : ASI) { in optimizeSelectInst()
6195 INS.insert(ASI.begin(), ASI.end()); in optimizeSelectInst()
6199 for (auto It = ASI.rbegin(); It != ASI.rend(); ++It) { in optimizeSelectInst()
/external/llvm-project/llvm/lib/CodeGen/
DCodeGenPrepare.cpp6530 SmallVector<SelectInst *, 2> ASI; in optimizeSelectInst() local
6531 ASI.push_back(SI); in optimizeSelectInst()
6536 ASI.push_back(I); in optimizeSelectInst()
6542 SelectInst *LastSI = ASI.back(); in optimizeSelectInst()
6615 for (SelectInst *SI : ASI) { in optimizeSelectInst()
6673 INS.insert(ASI.begin(), ASI.end()); in optimizeSelectInst()
6677 for (auto It = ASI.rbegin(); It != ASI.rend(); ++It) { in optimizeSelectInst()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLICM.cpp449 for (const auto &ASI : AS) in runOnLoop() local
450 PointerMustAliases.insert(ASI.getValue()); in runOnLoop()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLICM.cpp451 for (const auto &ASI : AS) in runOnLoop() local
452 PointerMustAliases.insert(ASI.getValue()); in runOnLoop()
/external/llvm-project/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp91 auto ASI = AddrSpaces.begin(); in getValueTypeByHwMode() local
96 if (ASI != AddrSpaces.end()) in getValueTypeByHwMode()
97 VVT.PtrAddrSpace = *ASI++; in getValueTypeByHwMode()
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp923 Opcode = (Opcode == SystemZ::AHI ? SystemZ::ASI : SystemZ::AGSI); in foldMemoryOperandImpl()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp1352 NewOpc = SystemZ::ASI; in tryFoldLoadStoreIntoMemOperand()
DSystemZInstrInfo.cpp1052 Opcode = (Opcode == SystemZ::AHI ? SystemZ::ASI : SystemZ::AGSI); in foldMemoryOperandImpl()
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp1356 NewOpc = SystemZ::ASI; in tryFoldLoadStoreIntoMemOperand()
DSystemZInstrInfo.cpp1043 Opcode = (Opcode == SystemZ::AHI ? SystemZ::ASI : SystemZ::AGSI); in foldMemoryOperandImpl()

12