Searched refs:getTarget (Results 1 - 25 of 208) sorted by relevance

123456789

/external/llvm/lib/Target/PowerPC/
H A DPPCMachineFunctionInfo.cpp21 const DataLayout *DL = MF.getTarget().getDataLayout();
/external/llvm/lib/CodeGen/
H A DLLVMTargetMachine.cpp174 MCInstPrinter *InstPrinter = getTarget().createMCInstPrinter(
180 MCE = getTarget().createMCCodeEmitter(MII, MRI, *Context);
182 MCAsmBackend *MAB = getTarget().createMCAsmBackend(MRI, getTargetTriple(),
185 MCStreamer *S = getTarget().createAsmStreamer(
195 MCCodeEmitter *MCE = getTarget().createMCCodeEmitter(MII, MRI, *Context);
196 MCAsmBackend *MAB = getTarget().createMCAsmBackend(MRI, getTargetTriple(),
202 AsmStreamer.reset(getTarget().createMCObjectStreamer(
210 AsmStreamer.reset(getTarget().createNullStreamer(*Context));
216 getTarget().createAsmPrinter(*this, std::move(AsmStreamer));
245 getTarget()
[all...]
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
H A DZeroRegisterDecodedInstruction.java42 getTarget(), getLiteral());
H A DOneRegisterDecodedInstruction.java53 getTarget(), getLiteral(), a);
H A DRegisterRangeDecodedInstruction.java58 getTarget(), getLiteral(), a, registerCount);
H A DTwoRegisterDecodedInstruction.java62 getTarget(), getLiteral(), a, b);
H A DFiveRegisterDecodedInstruction.java89 getTarget(), getLiteral(), a, b, c, d, e);
H A DFourRegisterDecodedInstruction.java80 getTarget(), getLiteral(), a, b, c, d);
H A DThreeRegisterDecodedInstruction.java71 getTarget(), getLiteral(), a, b, c);
H A DDecodedInstruction.java152 public final int getTarget() { method in class:DecodedInstruction
159 public final int getTarget(int baseAddress) { method in class:DecodedInstruction
169 int relativeTarget = getTarget(baseAddress);
185 int relativeTarget = getTarget(baseAddress);
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DMessageTest.java46 assertThat(m.getTarget(), equalTo(h));
67 assertNull(m2.getTarget());
80 assertThat(m.getTarget(), equalTo(h));
89 assertThat(m.getTarget(), equalTo(h));
91 assertThat(m.getTarget(), equalTo(h));
101 assertThat(m.getTarget(), equalTo(h));
103 assertThat(m.getTarget(), equalTo(h));
115 assertThat(m.getTarget(), equalTo(h));
130 assertThat(m.getTarget(), equalTo(h));
154 assertThat(m2.getTarget(), equalT
[all...]
/external/icu/icu4c/source/i18n/
H A Drbt_set.h151 * (getTarget=false) or emitted (getTarget=true) by this set.
154 UBool getTarget) const;
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
H A DBuilderOffsetInstruction.java64 public Label getTarget() { method in class:BuilderOffsetInstruction
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/instruction/
H A DBuilderSwitchElement.java31 public Label getTarget() { method in class:BuilderSwitchElement
/external/llvm/lib/Target/Mips/
H A DMipsMachineFunction.cpp82 : static_cast<const MipsTargetMachine &>(MF.getTarget())
105 static_cast<const MipsTargetMachine &>(MF.getTarget()).getABI().IsN64()
H A DMipsFrameLowering.cpp97 return MF.getTarget().Options.DisableFramePointerElim(MF) ||
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowMessage.java46 public Handler getTarget() { method in class:ShadowMessage
104 m.setTarget(msg.getTarget());
/external/clang/lib/CodeGen/
H A DABIInfo.h60 const TargetInfo &getTarget() const;
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DTargetInsn.java85 public CodeAddress getTarget() { method in class:TargetInsn
93 * {@code getTarget().getAddress()}.
/external/llvm/lib/Target/NVPTX/
H A DNVPTXFrameLowering.cpp47 if (static_cast<const NVPTXTargetMachine &>(MF.getTarget()).is64Bit()) {
/external/deqp/modules/gles31/functional/
H A Des31fCopyImageTests.cpp245 deUint32 getTarget (void) const { return m_target; } function in class:deqp::gles31::Functional::__anon3562::ImageInfo
266 builder << info.getFormat() << info.getTarget() << info.getSize();
272 if (isTextureTarget(info.getTarget()))
280 const deUint32 target = info.getTarget();
585 gl.bindTexture(info.getTarget(), name);
592 const int faceCount = (info.getTarget() == GL_TEXTURE_CUBE_MAP ? 6 : 1);
594 const IVec3 levelPixelSize = getLevelSize(info.getTarget(), info.getSize(), levelNdx);
605 genericTexImage(gl, info.getTarget(), faceNdx, levelNdx, levelPixelSize, info.getFormat(), levelSize, level.getElementPtr(faceNdx * levelSize));
609 gl.texParameteri(info.getTarget(), GL_TEXTURE_WRAP_S, GL_CLAMP_TO_EDGE);
610 gl.texParameteri(info.getTarget(), GL_TEXTURE_WRAP_
[all...]
/external/llvm/lib/MC/MCDisassembler/
H A DDisassembler.h113 const Target *getTarget() const { return TheTarget; } function in class:llvm::LLVMDisasmContext
/external/skia/src/animator/
H A DSkDisplayApply.h57 SkADrawable* getTarget(SkAnimateBase* );
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
H A DXEquivalenceMap.java91 public V getTarget(K source) { method in class:XEquivalenceMap
/external/llvm/include/llvm/Target/
H A DTargetMachine.h104 const Target &getTarget() const { return TheTarget; } function in class:llvm::TargetMachine

Completed in 1012 milliseconds

123456789