Searched refs:MVC (Results 1 – 15 of 15) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | memcpy-01.ll | 1 ; Test memcpy using MVC. 51 ; Test the upper range of a single MVC, i32 version. 61 ; Test the upper range of a single MVC, i64 version. 118 ; ...and again in cases where not all parts are in range of MVC.
|
D | memcpy-02.ll | 221 ; Make sure that we don't use MVC if the load is volatile. 243 ; Test that MVC is not used for aligned loads and stores if there is 244 ; no way of telling whether they alias. We don't want to use MVC in 278 ; Test that we can use MVC for global addresses for i8. 345 ; Test that we can use MVC for global addresses for fp128.
|
D | spill-01.ll | 1 ; Test spilling using MVC. The tests here assume z10 register pressure, 156 ; MVC for all 10. 244 ; Repeat f2 with atomic accesses. We shouldn't use MVC here. 387 ; The copy from %val9 to %newval8 can be done using an MVC, which then 461 ; This used to generate a no-op MVC. It is very sensitive to spill heuristics.
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZSelectionDAGInfo.cpp | 65 return emitMemMem(DAG, DL, SystemZISD::MVC, SystemZISD::MVC_LOOP, in EmitTargetCodeForMemcpy() 150 return emitMemMem(DAG, DL, SystemZISD::MVC, SystemZISD::MVC_LOOP, in EmitTargetCodeForMemset()
|
D | SystemZISelLowering.h | 110 MVC, enumerator
|
D | SystemZInstrInfo.cpp | 221 if (MI->getOpcode() != SystemZ::MVC || in isStackSlotCopy() 827 return BuildMI(MF, MI->getDebugLoc(), get(SystemZ::MVC)) in foldMemoryOperandImpl() 834 return BuildMI(MF, MI->getDebugLoc(), get(SystemZ::MVC)) in foldMemoryOperandImpl()
|
D | README.txt | 61 We only use MVC, XC and CLC for constant-length block operations.
|
D | SystemZOperators.td | 154 def z_mvc : SDNode<"SystemZISD::MVC", SDT_ZMemMemLength, 316 // A store of a load that can be implemented using MVC.
|
D | SystemZPatterns.td | 115 // Try to use MVC instruction INSN for a load of type LOAD followed by a store
|
D | SystemZISelLowering.cpp | 2795 OPCODE(MVC); in getTargetNodeName() 3485 if (Opcode == SystemZ::MVC) in emitMemMemWrapper() 3906 return emitMemMemWrapper(MI, MBB, SystemZ::MVC); in EmitInstrWithCustomInserter()
|
D | SystemZInstrInfo.td | 397 defm MVC : MemorySS<"mvc", 0xD2, z_mvc, z_mvc_loop>;
|
/external/chromium-trace/trace-viewer/third_party/webapp2/docs/guide/ |
D | handlers.rst | 14 `MVC <http://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller>`_ 117 definition from the classic `MVC` pattern. Django prefers to call its `MVC`
|
/external/libvpx/libvpx/vp8/encoder/ |
D | mcomp.c | 191 #define MVC(r,c) (mvcost ? ((mvcost[0][(r)-rr] + mvcost[1][(c) - rc]) * error_per_bit + 128 )>>8 : … macro 200 #define ERR(r,c) (MVC(r,c)+DIST(r,c)) 202 #define CHECK_BETTER(v,r,c) IFMVCV(r,c,{thismse = DIST(r,c); if((v = (MVC(r,c)+thismse)) < besterr)… 354 #undef MVC
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_mcomp.c | 158 #define MVC(r, c) \ macro 183 if ((v = MVC(r, c) + thismse) < besterr) { \ 364 #undef MVC
|
/external/clang/docs/ |
D | InternalsManual.rst | 192 without requiring it to use a specific presentation (consider this MVC for
|