Home
last modified time | relevance | path

Searched refs:isCopy (Results 1 – 25 of 127) sorted by relevance

123456

/external/oj-libjdwp/src/share/javavm/export/
Djni.h611 (JNIEnv *env, jstring str, jboolean *isCopy);
620 (JNIEnv *env, jstring str, jboolean *isCopy);
653 (JNIEnv *env, jbooleanArray array, jboolean *isCopy);
655 (JNIEnv *env, jbyteArray array, jboolean *isCopy);
657 (JNIEnv *env, jcharArray array, jboolean *isCopy);
659 (JNIEnv *env, jshortArray array, jboolean *isCopy);
661 (JNIEnv *env, jintArray array, jboolean *isCopy);
663 (JNIEnv *env, jlongArray array, jboolean *isCopy);
665 (JNIEnv *env, jfloatArray array, jboolean *isCopy);
667 (JNIEnv *env, jdoubleArray array, jboolean *isCopy);
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineInstr.h284 bool isCopy() const {
288 return isCopy() && !getOperand(0).getSubReg() && !getOperand(1).getSubReg();
294 return isCopy() || isSubregToReg();
299 return isCopy() && getOperand(0).getReg() == getOperand(1).getReg() &&
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DProcessImplicitDefs.cpp53 return MI->isCopy() && (MI->getOperand(0).getSubReg() == 0 || in CanTurnIntoImplicitDef()
64 if (MI->isCopy()) { in isUndefCopy()
121 if (MI->isCopy() && MI->getOperand(0).getSubReg()) { in runOnMachineFunction()
DTargetInstrInfoImpl.cpp230 assert(MI->isCopy() && "MI must be a COPY instruction"); in canFoldCopy()
263 return MI->isCopy() && Ops.size() == 1 && canFoldCopy(MI, Ops[0]); in canFoldMemoryOperand()
310 if (!MI->isCopy() || Ops.size() != 1) in foldMemoryOperand()
/external/llvm/lib/CodeGen/
DPeepholeOptimizer.cpp197 return MI.isCopy() || (!DisableAdvCopyOpt && in isCoalescableCopy()
784 if (!CopyLike.isCopy() || CurrentSrcIdx == 1) in getNextRewritableSource()
804 if (!CopyLike.isCopy() || CurrentSrcIdx != 1) in RewriteCurrentSource()
1379 assert(MI->isCopy() && "expected a COPY machine instruction"); in foldRedundantCopy()
1427 assert(MI->isCopy() && "expected a COPY machine instruction"); in foldRedundantNAPhysCopy()
1534 if (!MI->isCopy()) { in runOnMachineFunction()
1598 if (MI->isCopy() && in runOnMachineFunction()
1667 assert(Def->isCopy() && "Invalid definition"); in getNextSourceFromCopy()
1894 if (Def->isCopy()) in getNextSourceImpl()
DMachineCopyPropagation.cpp167 assert(Copy.isCopy()); in eraseIfRedundant()
187 if (MI->isCopy()) { in CopyPropagateBlock()
/external/sl4a/ScriptingLayerForAndroid/jni/
Dcom_googlecode_android_scripting_Exec.cpp156 jboolean isCopy; in Java_com_googlecode_android_1scripting_Exec_createSubprocess() local
157 int* proccessId = (int*) env->GetPrimitiveArrayCritical(processIdArray, &isCopy); in Java_com_googlecode_android_1scripting_Exec_createSubprocess()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonSubtarget.cpp233 if (MI->isCopy() && in apply()
243 if (MO.isUse() && !MI->isCopy() && in apply()
342 if (DstInst->isCopy()) in adjustSchedDependency()
347 if ((DstInst->isRegSequence() || DstInst->isCopy()) && Dst->NumSuccs == 1) { in adjustSchedDependency()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DA15SDOptimizer.cpp165 if (MI->isCopy() && usesRegClass(MI->getOperand(1), in getPrefSPRLane()
244 if (MI->isCopy()) { in optimizeSDPattern()
265 if (EC && EC->isCopy() && in optimizeSDPattern()
328 if (MI->isCopy() && usesRegClass(MI->getOperand(1), &ARM::SPRRegClass)) in hasPartialWrite()
DThumb2ITBlockPass.cpp128 static bool isCopy(MachineInstr *MI) { in isCopy() function
145 if (!isCopy(MI)) in MoveCopyOutOfITBlock()
DMLxExpansionPass.cpp128 while (UseMI->isCopy() || UseMI->isInsertSubreg()) { in getDefReg()
339 if (MI->isPosition() || MI->isImplicitDef() || MI->isCopy()) in ExpandFPMLxInstructions()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DThumb2ITBlockPass.cpp94 static bool isCopy(MachineInstr *MI) { in isCopy() function
111 if (!isCopy(MI)) in MoveCopyOutOfITBlock()
DMLxExpansionPass.cpp125 while (UseMI->isCopy() || UseMI->isInsertSubreg()) { in getDefReg()
271 if (MI->isLabel() || MI->isImplicitDef() || MI->isCopy()) { in ExpandFPMLxInstructions()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyUtilities.h28 bool isCopy(const MachineInstr &MI);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineCopyPropagation.cpp237 assert(Copy.isCopy()); in eraseIfRedundant()
265 if (!UseI.isCopy()) in isForwardableRegClassCopy()
405 if (MI->isCopy() && !TRI->regsOverlap(MI->getOperand(0).getReg(), in CopyPropagateBlock()
DPeepholeOptimizer.cpp240 return MI.isCopy() || (!DisableAdvCopyOpt && in isCoalescableCopy()
832 assert(MI.isCopy() && "Expected copy instruction"); in CopyRewriter()
1395 assert(MI.isCopy() && "expected a COPY machine instruction"); in foldRedundantCopy()
1443 assert(MI.isCopy() && "expected a COPY machine instruction"); in foldRedundantNAPhysCopy()
1662 if (!MI->isCopy()) { in runOnMachineFunction()
1725 if (MI->isCopy() && in runOnMachineFunction()
1809 assert(Def->isCopy() && "Invalid definition"); in getNextSourceFromCopy()
2053 if (Def->isCopy()) in getNextSourceImpl()
/external/llvm/include/llvm/CodeGen/
DMachineInstr.h817 bool isCopy() const {
821 return isCopy() && !getOperand(0).getSubReg() && !getOperand(1).getSubReg();
830 return isCopy() || isSubregToReg();
835 return isCopy() && getOperand(0).getReg() == getOperand(1).getReg() &&
/external/llvm/lib/Target/ARM/
DA15SDOptimizer.cpp167 if (MI->isCopy() && usesRegClass(MI->getOperand(1), in getPrefSPRLane()
250 if (MI->isCopy()) { in optimizeSDPattern()
271 if (EC && EC->isCopy() && in optimizeSDPattern()
334 if (MI->isCopy() && usesRegClass(MI->getOperand(1), &ARM::SPRRegClass)) in hasPartialWrite()
DThumb2ITBlockPass.cpp111 static bool isCopy(MachineInstr *MI) { in isCopy() function
128 if (!isCopy(MI)) in MoveCopyOutOfITBlock()
DMLxExpansionPass.cpp128 while (UseMI->isCopy() || UseMI->isInsertSubreg()) { in getDefReg()
339 if (MI->isPosition() || MI->isImplicitDef() || MI->isCopy()) { in ExpandFPMLxInstructions()
/external/llvm/lib/Target/X86/
DX86WinAllocaExpander.cpp88 while (Def && Def->isCopy() && Def->getOperand(1).isReg()) in getWinAllocaAmount()
262 if (AmountDef->isCopy() && AmountDef->getOperand(1).isReg()) in lower()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86WinAllocaExpander.cpp89 while (Def && Def->isCopy() && Def->getOperand(1).isReg()) in getWinAllocaAmount()
272 if (AmountDef->isCopy() && AmountDef->getOperand(1).isReg()) in lower()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineInstr.h892 bool isCopy() const {
897 return isCopy() && !getOperand(0).getSubReg() && !getOperand(1).getSubReg();
907 return isCopy() || isSubregToReg();
912 return isCopy() && getOperand(0).getReg() == getOperand(1).getReg() &&
/external/emma/core/java12/com/vladium/emma/instr/
DInstrProcessorST.java826 …ipEntry (final byte [] data, final ZipOutputStream out, final ZipEntry entry, final boolean isCopy) in writeZipEntry() argument
829 if (isCopy) in writeZipEntry()
909 …riteJob (final ZipOutputStream out, final byte [] data, final ZipEntry entry, final boolean isCopy) in EntryWriteJob() argument
914 m_isCopy = isCopy; in EntryWriteJob()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64RedundantCopyElimination.cpp324 if (PredI->isCopy()) { in optimizeBlock()
380 bool IsCopy = MI->isCopy(); in optimizeBlock()

123456