HomeSort by relevance Sort by last modified time
    Searched refs:getDestination (Results 1 - 25 of 33) sorted by null

1 2

  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MachineLocation.h 92 const MachineLocation &getDestination() const { return Destination; }
MCDwarf.h 259 const MachineLocation &getDestination() const { return Destination; }
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowDownloadManager.java 87 public Uri getDestination() {
243 return request.getDestination().toString();
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
LoopAccessAnalysis.h 146 Instruction *getDestination(const LoopAccessInfo &LAI) const;
756 inline Instruction *MemoryDepChecker::Dependence::getDestination(
  /cts/tests/tests/graphics/src/android/graphics/cts/
ColorSpaceTest.java 453 assertSame(ColorSpace.get(ColorSpace.Named.DCI_P3), connector.getDestination());
460 assertSame(connector.getDestination(), connector.getSource());
464 assertSame(ColorSpace.get(ColorSpace.Named.SRGB), connector.getDestination());
467 assertSame(connector.getSource(), connector.getDestination());
563 assertSame(connector.getSource(), connector.getDestination());
620 assertSame(ColorSpace.get(ColorSpace.Named.SRGB), connector1.getDestination());
  /external/llvm/include/llvm/Analysis/
LoopAccessAnalysis.h 177 Instruction *getDestination(const LoopAccessInfo &LAI) const;
797 inline Instruction *MemoryDepChecker::Dependence::getDestination(
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowDownloadManagerTest.java 33 assertThat(shadow.getDestination().toString()).isEqualTo("/storage/media/foo.mp4");
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
AsmPrinterDwarf.cpp 213 const MachineLocation &Dst = Move.getDestination();
  /external/swiftshader/third_party/LLVM/lib/MC/
MCDwarf.cpp 577 const MachineLocation &Dst = Instr.getDestination();
651 unsigned Reg = Instr.getDestination().getReg();
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopLoadElimination.cpp 155 Instruction *Destination = Dep.getDestination(LAI);
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
Local.cpp 193 if (IBI->getDestination(i) == TheOnlyDest)
196 IBI->getDestination(i)->removePredecessor(IBI->getParent());
    [all...]
SimplifyCFG.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-diff/
DifferenceEngine.cpp 321 tryUnify(LI->getDestination(i), RI->getDestination(i));
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITDwarfEmitter.cpp 85 const MachineLocation &Dst = Move.getDestination();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
LoopLoadElimination.cpp 186 Instruction *Destination = Dep.getDestination(LAI);
SCCP.cpp 685 if (IBR->getDestination(i) == T) {
    [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp 255 if (IBI->getDestination(i) == TheOnlyDest)
258 IBI->getDestination(i)->removePredecessor(IBI->getParent());
    [all...]
SimplifyCFG.cpp     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
Instructions.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
Local.cpp 307 if (IBI->getDestination(i) == TheOnlyDest) {
311 BasicBlock *DestBB = IBI->getDestination(i);
    [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
Instructions.h     [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/
JsonBuilder.java     [all...]
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVInstruction.h     [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Verifier.cpp 829 Assert1(BI.getDestination(i)->getType()->isLabelTy(),
    [all...]

Completed in 1344 milliseconds

1 2