/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | AliasSetTracker.cpp | 499 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/ |
D | AliasSetTracker.cpp | 384 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/ |
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-7.0/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-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-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-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/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | LICM.cpp | 706 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/ |
D | README.txt | 53 * Codegen bswap(load)/store(bswap) -> load/store ASI
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/ |
D | README.txt | 52 * Codegen bswap(load)/store(bswap) -> load/store ASI
|
D | SparcInstrInfo.td | 1518 // 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/ |
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/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-7.0/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 5591 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/ |
D | LICM.cpp | 324 for (const auto &ASI : AS) in runOnLoop() local 325 PointerMustAliases.insert(ASI.getValue()); in runOnLoop()
|
/external/v8/src/s390/ |
D | disasm-s390.cc | 650 case ASI: in DecodeSpecial()
|
D | simulator-s390.h | 1102 EVALUATE(ASI);
|
D | constants-s390.h | 946 V(asi, ASI, 0xEB6A) /* type = SIY ADD IMMEDIATE (32<-8) */ \
|
D | simulator-s390.cc | 1389 EvalTable[ASI] = &Simulator::Evaluate_ASI; in EvalTableInit() 8935 EVALUATE(ASI) { in EVALUATE() argument 8936 DCHECK_OPCODE(ASI); in EVALUATE()
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 87 75802U, // ASI 1569 // AGSI, ASI, CGHSI, CHHSI, CHSI, CLFHSI, CLGHSI, CLHHSI, CLI, CLIY, MVGH... 1643 // AGSI, ASI
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.cpp | 923 Opcode = (Opcode == SystemZ::AHI ? SystemZ::ASI : SystemZ::AGSI); in foldMemoryOperandImpl()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelDAGToDAG.cpp | 1314 NewOpc = SystemZ::ASI; in tryFoldLoadStoreIntoMemOperand()
|
D | SystemZInstrInfo.cpp | 1184 Opcode = (Opcode == SystemZ::AHI ? SystemZ::ASI : SystemZ::AGSI); in foldMemoryOperandImpl()
|