Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DAliasSetTracker.cpp499 for (AliasSet::iterator ASI = AS.begin(), E = AS.end(); ASI != E; ++ASI) { in add() local
501 addPointer(ASI.getPointer(), ASI.getSize(), ASI.getAAInfo(), in add()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DAliasSetTracker.cpp384 for (AliasSet::iterator ASI = AS.begin(), E = AS.end(); ASI != E; ++ASI) { in add() local
385 AliasSet &NewAS = addPointer(ASI.getPointer(), ASI.getSize(), in add()
386 ASI.getTBAAInfo(), 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-7.0/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-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-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-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/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLICM.cpp706 for (AliasSet::iterator ASI = AS.begin(), E = AS.end(); ASI != E; ++ASI) { in PromoteAliasSet() local
707 Value *ASIV = ASI->getValue(); in PromoteAliasSet()
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
DREADME.txt53 * Codegen bswap(load)/store(bswap) -> load/store ASI
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
DREADME.txt52 * Codegen bswap(load)/store(bswap) -> load/store ASI
DSparcInstrInfo.td1518 // form which requires an ASI be provided. The ASI value hardcoded
1519 // here is ASI_PRIMARY, the default unprivileged ASI for SparcV9.
1530 // This version can be automatically lowered from C code, selecting ASI 10
1540 // 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/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-7.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp5591 SmallVector<SelectInst *, 2> ASI; in optimizeSelectInst() local
5592 ASI.push_back(SI); in optimizeSelectInst()
5597 ASI.push_back(I); in optimizeSelectInst()
5603 SelectInst *LastSI = ASI.back(); in optimizeSelectInst()
5669 for (SelectInst *SI : ASI) { in optimizeSelectInst()
5722 INS.insert(ASI.begin(), ASI.end()); in optimizeSelectInst()
5726 for (auto It = ASI.rbegin(); It != ASI.rend(); ++It) { in optimizeSelectInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLICM.cpp324 for (const auto &ASI : AS) in runOnLoop() local
325 PointerMustAliases.insert(ASI.getValue()); in runOnLoop()
/external/v8/src/s390/
Ddisasm-s390.cc650 case ASI: in DecodeSpecial()
Dsimulator-s390.h1102 EVALUATE(ASI);
Dconstants-s390.h946 V(asi, ASI, 0xEB6A) /* type = SIY ADD IMMEDIATE (32<-8) */ \
Dsimulator-s390.cc1389 EvalTable[ASI] = &Simulator::Evaluate_ASI; in EvalTableInit()
8935 EVALUATE(ASI) { in EVALUATE() argument
8936 DCHECK_OPCODE(ASI); in EVALUATE()
/external/capstone/arch/SystemZ/
DSystemZGenAsmWriter.inc87 75802U, // ASI
1569 // AGSI, ASI, CGHSI, CHHSI, CHSI, CLFHSI, CLGHSI, CLHHSI, CLI, CLIY, MVGH...
1643 // AGSI, ASI
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp923 Opcode = (Opcode == SystemZ::AHI ? SystemZ::ASI : SystemZ::AGSI); in foldMemoryOperandImpl()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp1314 NewOpc = SystemZ::ASI; in tryFoldLoadStoreIntoMemOperand()
DSystemZInstrInfo.cpp1184 Opcode = (Opcode == SystemZ::AHI ? SystemZ::ASI : SystemZ::AGSI); in foldMemoryOperandImpl()

12