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

12345678910

/external/webkit/Source/WebCore/svg/
H A DSVGURIReference.h39 static String getTarget(const String& url);
H A DSVGURIReference.cpp45 String SVGURIReference::getTarget(const String& url) function in class:WebCore::SVGURIReference
/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/llvm/lib/CodeGen/
H A DTargetFrameLoweringImpl.cpp38 const TargetRegisterInfo *RI = MF.getTarget().getRegisterInfo();
H A DLLVMTargetMachine.cpp164 getTarget().createMCInstPrinter(MAI.getAssemblerDialect(), MAI,
173 MCE = getTarget().createMCCodeEmitter(*getInstrInfo(), MRI, STI,
175 MAB = getTarget().createMCAsmBackend(getTargetTriple());
178 MCStreamer *S = getTarget().createAsmStreamer(*Context, Out,
192 MCCodeEmitter *MCE = getTarget().createMCCodeEmitter(*getInstrInfo(), MRI,
194 MCAsmBackend *MAB = getTarget().createMCAsmBackend(getTargetTriple());
198 AsmStreamer.reset(getTarget().createMCObjectStreamer(getTargetTriple(),
213 FunctionPass *Printer = getTarget().createAsmPrinter(*this, *AsmStreamer);
267 MCCodeEmitter *MCE = getTarget().createMCCodeEmitter(*getInstrInfo(), MRI,
269 MCAsmBackend *MAB = getTarget()
[all...]
H A DRegisterClassInfo.cpp39 if (MF->getTarget().getRegisterInfo() != TRI) {
40 TRI = MF->getTarget().getRegisterInfo();
/external/llvm/lib/Target/Mips/
H A DMipsFrameLowering.cpp98 return MF.getTarget().Options.DisableFramePointerElim(MF) ||
H A DMipsMachineFunction.cpp34 const MipsSubtarget &ST = MF.getTarget().getSubtarget<MipsSubtarget>();
H A DMips16FrameLowering.cpp33 *static_cast<const MipsInstrInfo*>(MF.getTarget().getInstrInfo());
51 *static_cast<const MipsInstrInfo*>(MF.getTarget().getInstrInfo());
/external/llvm/lib/Analysis/
H A DPathProfileInfo.cpp150 next->getTarget() != _ppi->_currentDag->getExit() )
153 next->getTarget()->getBlock(),
157 next->getTarget() == _ppi->_currentDag->getExit() )
160 next->getRealEdge()->getTarget()->getBlock(),
167 next->getRealEdge()->getTarget()->getBlock(),
171 currentNode = next->getTarget();
190 else if( next->getTarget() == _ppi->_currentDag->getExit() ) {
192 pbv->push_back (next->getRealEdge()->getTarget()->getBlock());
196 currentNode = next->getTarget();
208 return edge->getTarget()
[all...]
/external/icu4c/i18n/
H A Drbt_set.h151 * (getTarget=false) or emitted (getTarget=true) by this set.
154 UBool getTarget) const;
/external/llvm/lib/Target/Hexagon/
H A DHexagonVarargsCallingConvention.h78 State.getTarget().getTargetData()->getABITypeAlignment(ArgTy);
80 State.getTarget().getTargetData()->getTypeSizeInBits(ArgTy) / 8;
133 State.getTarget().getTargetData()->getABITypeAlignment(ArgTy);
135 State.getTarget().getTargetData()->getTypeSizeInBits(ArgTy) / 8;
H A DHexagonFrameLowering.cpp53 unsigned TargetAlign = MF.getTarget().getFrameLowering()->getStackAlignment();
82 static_cast<const HexagonRegisterInfo *>(MF.getTarget().getRegisterInfo());
145 const TargetInstrInfo &TII = *MF.getTarget().getInstrInfo();
187 const TargetInstrInfo &TII = *MF.getTarget().getInstrInfo();
229 const TargetInstrInfo &TII = *MF->getTarget().getInstrInfo();
284 const TargetInstrInfo &TII = *MF->getTarget().getInstrInfo();
/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGTextPath.cpp47 String pathId = SVGURIReference::getTarget(textPathElement->href());
/external/llvm/lib/Target/Sparc/
H A DSparcFrameLowering.cpp33 *static_cast<const SparcInstrInfo*>(MF.getTarget().getInstrInfo());
74 *static_cast<const SparcInstrInfo*>(MF.getTarget().getInstrInfo());
/external/llvm/lib/Target/MSP430/
H A DMSP430RegisterInfo.cpp43 const TargetFrameLowering *TFI = MF->getTarget().getFrameLowering();
79 const TargetFrameLowering *TFI = MF.getTarget().getFrameLowering();
107 const TargetFrameLowering *TFI = MF.getTarget().getFrameLowering();
173 const TargetFrameLowering *TFI = MF.getTarget().getFrameLowering();
226 const TargetFrameLowering *TFI = MF.getTarget().getFrameLowering();
238 const TargetFrameLowering *TFI = MF.getTarget().getFrameLowering();
H A DMSP430FrameLowering.cpp32 return (MF.getTarget().Options.DisableFramePointerElim(MF) ||
46 *static_cast<const MSP430InstrInfo*>(MF.getTarget().getInstrInfo());
111 *static_cast<const MSP430InstrInfo*>(MF.getTarget().getInstrInfo());
191 const TargetInstrInfo &TII = *MF.getTarget().getInstrInfo();
217 const TargetInstrInfo &TII = *MF.getTarget().getInstrInfo();
/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()}.

Completed in 1012 milliseconds

12345678910