Searched refs:isCopy (Results 1 - 25 of 34) sorted by relevance

12

/external/webkit/Source/WebCore/loader/appcache/
H A DApplicationCacheGroup.h59 ApplicationCacheGroup(const KURL& manifestURL, bool isCopy = false);
97 bool isCopy() const { return m_isCopy; } function in class:WebCore::ApplicationCacheGroup
H A DApplicationCache.cpp51 if (m_group && !m_group->isCopy())
H A DApplicationCacheGroup.cpp58 ApplicationCacheGroup::ApplicationCacheGroup(const KURL& manifestURL, bool isCopy) argument
69 , m_isCopy(isCopy)
/external/webkit/Source/WebCore/bridge/jni/
H A DJNIUtility.cpp137 jboolean isCopy; local
138 const char* s = env->GetStringUTFChars(aJString, &isCopy);
154 jboolean isCopy; local
155 const jchar* s = env->GetStringChars(aJString, &isCopy);
/external/llvm/lib/CodeGen/
H A DProcessImplicitDefs.cpp54 return MI->isCopy() && (!MI->getOperand(0).readsReg() ||
65 if (MI->isCopy()) {
123 if (MI->isCopy() && MI->getOperand(0).readsReg()) {
H A DCalcSpillWeights.cpp139 if (noHint || !mi->isCopy())
H A DOptimizePHIs.cpp105 if (SrcMI && SrcMI->isCopy() &&
H A DTwoAddressInstructionPass.cpp413 if (MI.isCopy()) {
914 if (!KillMI || KillMI->isCopy() || KillMI->isCopyLike())
957 while (To->isCopy() && Defs.count(To->getOperand(1).getReg())) {
1039 if (DefMI->getParent() != MBB || DefMI->isCopy() || DefMI->isCopyLike())
1070 if (!KillMI || KillMI->isCopy() || KillMI->isCopyLike())
1710 if (!UseMI->isCopy() || UseMI->getOperand(0).getReg() != DstReg) {
1749 assert(UseMI->isCopy());
1785 assert(UseMI->isCopy());
1854 if (DefMI && DefMI->isCopy() && DefMI->getOperand(1).getSubReg())
H A DTargetInstrInfoImpl.cpp260 assert(MI->isCopy() && "MI must be a COPY instruction");
293 return MI->isCopy() && Ops.size() == 1 && canFoldCopy(MI, Ops[0]);
339 if (!MI->isCopy() || Ops.size() != 1)
H A DMachineSink.cpp116 if (!MI->isCopy())
295 if (!MI->isCopy() && !MI->isAsCheapAsAMove())
H A DLiveRangeEdit.cpp238 (MI->isCopy() || MOI->isDef() || MRI.hasOneNonDBGUse(Reg) ||
H A DMachineCopyPropagation.cpp149 if (MI->isCopy()) {
H A DInlineSpiller.cpp652 if (VNI->isPHIDef() || DefMI->isCopy()) {
764 if (!MI->isCopy() && !MI->mayStore())
1023 bool WasCopy = MI->isCopy();
H A DLiveDebugVariables.cpp563 if (UI.getOperand().getSubReg() || !UI->isCopy())
610 assert(CopyMI && CopyMI->isCopy() && "Bad copy value");
H A DRegisterCoalescer.cpp219 if (MI->isCopy()) {
730 if (!UseMI->isCopy())
1694 if (Inst->isCopy()) {
H A DMachineCSE.cpp135 if (!DefMI->isCopy())
H A DTailDuplication.cpp271 if (!Copy->isCopy())
H A DMachineLICM.cpp998 if (UseMI->isCopy() && CurLoop->contains(UseMI))
/external/llvm/include/llvm/CodeGen/
H A DMachineInstr.h619 bool isCopy() const {
623 return isCopy() && !getOperand(0).getSubReg() && !getOperand(1).getSubReg();
629 return isCopy() || isSubregToReg();
634 return isCopy() && getOperand(0).getReg() == getOperand(1).getReg() &&
/external/llvm/lib/Target/ARM/
H A DThumb2ITBlockPass.cpp95 static bool isCopy(MachineInstr *MI) { function
112 if (!isCopy(MI))
H A DMLxExpansionPass.cpp125 while (UseMI->isCopy() || UseMI->isInsertSubreg()) {
271 if (MI->isLabel() || MI->isImplicitDef() || MI->isCopy()) {
/external/webkit/Source/JavaScriptCore/yarr/
H A DYarrPattern.h110 bool isCopy; member in struct:JSC::Yarr::PatternTerm::__anon13061::__anon13062
146 parentheses.isCopy = false;
H A DYarrPattern.cpp641 m_alternative->lastTerm().parentheses.isCopy = true;
698 if (term.quantityCount == 1 && !term.parentheses.isCopy) {
/external/emma/core/java12/com/vladium/emma/instr/
H A DInstrProcessorST.java826 static void writeZipEntry (final byte [] data, final ZipOutputStream out, final ZipEntry entry, final boolean isCopy) argument
829 if (isCopy)
909 EntryWriteJob (final ZipOutputStream out, final byte [] data, final ZipEntry entry, final boolean isCopy) argument
914 m_isCopy = isCopy;
/external/llvm/lib/Target/Hexagon/
H A DHexagonPeephole.cpp163 if (!DisableOptSZExt && MI->isCopy()) {

Completed in 315 milliseconds

12