/external/oj-libjdwp/src/share/javavm/export/ |
D | jni.h | 611 (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/ |
D | MachineInstr.h | 284 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/ |
D | ProcessImplicitDefs.cpp | 53 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()
|
D | TargetInstrInfoImpl.cpp | 230 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/ |
D | PeepholeOptimizer.cpp | 197 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()
|
D | MachineCopyPropagation.cpp | 167 assert(Copy.isCopy()); in eraseIfRedundant() 187 if (MI->isCopy()) { in CopyPropagateBlock()
|
/external/sl4a/ScriptingLayerForAndroid/jni/ |
D | com_googlecode_android_scripting_Exec.cpp | 156 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/ |
D | HexagonSubtarget.cpp | 233 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/ |
D | A15SDOptimizer.cpp | 165 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()
|
D | Thumb2ITBlockPass.cpp | 128 static bool isCopy(MachineInstr *MI) { in isCopy() function 145 if (!isCopy(MI)) in MoveCopyOutOfITBlock()
|
D | MLxExpansionPass.cpp | 128 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/ |
D | Thumb2ITBlockPass.cpp | 94 static bool isCopy(MachineInstr *MI) { in isCopy() function 111 if (!isCopy(MI)) in MoveCopyOutOfITBlock()
|
D | MLxExpansionPass.cpp | 125 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/ |
D | WebAssemblyUtilities.h | 28 bool isCopy(const MachineInstr &MI);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachineCopyPropagation.cpp | 237 assert(Copy.isCopy()); in eraseIfRedundant() 265 if (!UseI.isCopy()) in isForwardableRegClassCopy() 405 if (MI->isCopy() && !TRI->regsOverlap(MI->getOperand(0).getReg(), in CopyPropagateBlock()
|
D | PeepholeOptimizer.cpp | 240 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/ |
D | MachineInstr.h | 817 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/ |
D | A15SDOptimizer.cpp | 167 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()
|
D | Thumb2ITBlockPass.cpp | 111 static bool isCopy(MachineInstr *MI) { in isCopy() function 128 if (!isCopy(MI)) in MoveCopyOutOfITBlock()
|
D | MLxExpansionPass.cpp | 128 while (UseMI->isCopy() || UseMI->isInsertSubreg()) { in getDefReg() 339 if (MI->isPosition() || MI->isImplicitDef() || MI->isCopy()) { in ExpandFPMLxInstructions()
|
/external/llvm/lib/Target/X86/ |
D | X86WinAllocaExpander.cpp | 88 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/ |
D | X86WinAllocaExpander.cpp | 89 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/ |
D | MachineInstr.h | 892 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/ |
D | InstrProcessorST.java | 826 …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/ |
D | AArch64RedundantCopyElimination.cpp | 324 if (PredI->isCopy()) { in optimizeBlock() 380 bool IsCopy = MI->isCopy(); in optimizeBlock()
|