/external/llvm-project/llvm/lib/Analysis/ |
D | AliasSetTracker.cpp | 534 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/ |
D | AliasSetTracker.cpp | 422 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/ |
D | AliasSetTracker.cpp | 538 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/ |
D | int-add-11.ll | 64 ; 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.
|
D | int-sadd-08.ll | 91 ; 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.
|
D | int-ssub-08.ll | 91 ; 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.
|
D | int-usub-10.ll | 91 ; Check the high end of the aligned ASI range.
|
/external/llvm/test/CodeGen/SystemZ/ |
D | int-add-11.ll | 64 ; 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/ |
D | README.txt | 52 * Codegen bswap(load)/store(bswap) -> load/store ASI
|
D | SparcInstrInfo.td | 1519 // 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/ |
D | README.txt | 52 * Codegen bswap(load)/store(bswap) -> load/store ASI
|
D | SparcInstrInfo.td | 1513 // 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/ |
D | README.txt | 52 * Codegen bswap(load)/store(bswap) -> load/store ASI
|
D | SparcInstrInfo.td | 1519 // 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/ |
D | LICM.cpp | 928 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/ |
D | CodeGenPrepare.cpp | 6057 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/ |
D | CodeGenPrepare.cpp | 6530 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/ |
D | LICM.cpp | 449 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/ |
D | LICM.cpp | 451 for (const auto &ASI : AS) in runOnLoop() local 452 PointerMustAliases.insert(ASI.getValue()); in runOnLoop()
|
/external/llvm-project/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.cpp | 91 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/ |
D | SystemZInstrInfo.cpp | 923 Opcode = (Opcode == SystemZ::AHI ? SystemZ::ASI : SystemZ::AGSI); in foldMemoryOperandImpl()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelDAGToDAG.cpp | 1352 NewOpc = SystemZ::ASI; in tryFoldLoadStoreIntoMemOperand()
|
D | SystemZInstrInfo.cpp | 1052 Opcode = (Opcode == SystemZ::AHI ? SystemZ::ASI : SystemZ::AGSI); in foldMemoryOperandImpl()
|
/external/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZISelDAGToDAG.cpp | 1356 NewOpc = SystemZ::ASI; in tryFoldLoadStoreIntoMemOperand()
|
D | SystemZInstrInfo.cpp | 1043 Opcode = (Opcode == SystemZ::AHI ? SystemZ::ASI : SystemZ::AGSI); in foldMemoryOperandImpl()
|