/external/llvm/test/Transforms/InstCombine/ |
D | memset2.ll | 5 %struct.Moves = type { [9 x i8], i8, i8, i8, [5 x i8] } 7 define i32 @test(%struct.Moves addrspace(1)* nocapture %moves) { 10 …%gep = getelementptr inbounds %struct.Moves, %struct.Moves addrspace(1)* %moves, i32 1, i32 0, i32…
|
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/ |
D | memset2.ll | 5 %struct.Moves = type { [9 x i8], i8, i8, i8, [5 x i8] } 7 define i32 @test(%struct.Moves addrspace(1)* nocapture %moves) { 10 %gep = getelementptr inbounds %struct.Moves addrspace(1)* %moves, i32 1, i32 0, i32 9
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsFrameLowering.cpp | 177 std::vector<MachineMove> &Moves = MMI.getFrameMoves(); in emitPrologue() local 196 Moves.push_back(MachineMove(AdjustSPLabel, DstML, SrcML)); in emitPrologue() 229 Moves.push_back(MachineMove(CSLabel, DstML0, SrcML0)); in emitPrologue() 230 Moves.push_back(MachineMove(CSLabel, DstML1, SrcML1)); in emitPrologue() 236 Moves.push_back(MachineMove(CSLabel, DstML, SrcML)); in emitPrologue() 253 Moves.push_back(MachineMove(SetFPLabel, DstML, SrcML)); in emitPrologue()
|
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/ |
D | SPUFrameLowering.cpp | 158 std::vector<MachineMove> &Moves = MMI.getFrameMoves(); in emitPrologue() local 163 Moves.push_back(MachineMove(FrameLabel, SPDst, SPSrc)); in emitPrologue() 173 Moves.push_back(MachineMove(FrameLabel, CSDst, CSSrc)); in emitPrologue() 182 Moves.push_back(MachineMove(ReadyLabel, FPDst, FPSrc)); in emitPrologue()
|
/external/swiftshader/third_party/LLVM/lib/Target/XCore/ |
D | XCoreFrameLowering.cpp | 139 std::vector<MachineMove> &Moves = MMI->getFrameMoves(); in emitPrologue() local 147 Moves.push_back(MachineMove(FrameLabel, SPDst, SPSrc)); in emitPrologue() 152 Moves.push_back(MachineMove(FrameLabel, CSDst, CSSrc)); in emitPrologue() 199 std::vector<MachineMove> &Moves = MMI->getFrameMoves(); in emitPrologue() local 209 Moves.push_back(MachineMove(SpillLabel, CSDst, CSSrc)); in emitPrologue()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86FrameLowering.cpp | 296 std::vector<MachineMove> &Moves = MMI.getFrameMoves(); in emitCalleeSavedFrameMoves() local 346 Moves.push_back(MachineMove(Label, CSDst, CSSrc)); in emitCalleeSavedFrameMoves() 678 std::vector<MachineMove> &Moves = MMI.getFrameMoves(); in emitPrologue() local 711 Moves.push_back(MachineMove(FrameLabel, SPDst, SPSrc)); in emitPrologue() 715 Moves.push_back(MachineMove(FrameLabel, SPDst, SPSrc)); in emitPrologue() 721 Moves.push_back(MachineMove(FrameLabel, FPDst, FPSrc)); in emitPrologue() 739 Moves.push_back(MachineMove(FrameLabel, FPDst, FPSrc)); in emitPrologue() 783 Moves.push_back(MachineMove(Label, SPDst, SPSrc)); in emitPrologue() 890 Moves.push_back(MachineMove(Label, SPDst, SPSrc)); in emitPrologue() 894 Moves.push_back(MachineMove(Label, SPDst, SPSrc)); in emitPrologue()
|
D | X86InstrCMovSetCC.td | 57 // Conditional Moves.
|
D | X86InstrSystem.td | 113 // Moves to and from debug registers 126 // Moves to and from control registers 150 // Moves to and from segment registers.
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/ |
D | JITDwarfEmitter.h | 44 const std::vector<MachineMove> &Moves) const;
|
D | JITDwarfEmitter.cpp | 68 const std::vector<MachineMove> &Moves) const { in EmitFrameMoves() 74 for (unsigned i = 0, N = Moves.size(); i < N; ++i) { in EmitFrameMoves() 75 const MachineMove &Move = Moves[i]; in EmitFrameMoves()
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCFrameLowering.cpp | 422 std::vector<MachineMove> &Moves = MMI.getFrameMoves(); in emitPrologue() local 435 Moves.push_back(MachineMove(FrameLabel, SPDst, SPSrc)); in emitPrologue() 438 Moves.push_back(MachineMove(FrameLabel, SP, SP)); in emitPrologue() 444 Moves.push_back(MachineMove(FrameLabel, FPDst, FPSrc)); in emitPrologue() 450 Moves.push_back(MachineMove(FrameLabel, LRDst, LRSrc)); in emitPrologue() 477 Moves.push_back(MachineMove(ReadyLabel, FPDst, FPSrc)); in emitPrologue() 498 Moves.push_back(MachineMove(Label, CSDst, CSSrc)); in emitPrologue()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.h | 288 std::vector<MachineMove> Moves; member 291 : Number(Num), Moves(M) {} in FunctionDebugFrameInfo()
|
D | AsmPrinter.cpp | 629 std::vector<MachineMove> &Moves = MMI.getFrameMoves(); in emitPrologLabel() local 632 for (std::vector<MachineMove>::iterator I = Moves.begin(), in emitPrologLabel() 633 E = Moves.end(); I != E; ++I) { in emitPrologLabel()
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCDwarf.cpp | 866 const std::vector<MachineMove> &Moves = MAI.getInitialFrameState(); in EmitCIE() local 869 for (int i = 0, n = Moves.size(); i != n; ++i) { in EmitCIE() 870 MCSymbol *Label = Moves[i].getLabel(); in EmitCIE() 872 TranslateMachineLocation(MRI, Moves[i].getDestination()); in EmitCIE() 874 TranslateMachineLocation(MRI, Moves[i].getSource()); in EmitCIE()
|
/external/ltp/doc/ |
D | namespaces-helper-tools.txt | 48 # Moves interface veth1 into the namespace specified by PID in myns variable
|
/external/llvm/lib/Target/Mips/ |
D | MipsCondMov.td | 1 //===-- MipsCondMov.td - Describe Mips Conditional Moves --*- tablegen -*--===// 10 // This is the Conditional Moves implementation.
|
/external/llvm/lib/Target/X86/ |
D | X86InstrCMovSetCC.td | 63 // Conditional Moves.
|
D | X86InstrSystem.td | 117 // Moves to and from debug registers 136 // Moves to and from control registers 166 // Moves to and from segment registers.
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrFP.td | 35 // Moves between two floating-point registers. 46 // Moves between two floating-point registers that also set the condition 75 // Moves between 64-bit integer and floating-point registers.
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | IntrinsicsARM.td | 346 // Narrowing Saturating Vector Moves.
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64SchedCyclone.td | 101 // 7.8.1. Moves 315 // 7.9.1 Vector Moves
|
/external/llvm/include/llvm/IR/ |
D | IntrinsicsARM.td | 394 // Narrowing Saturating Vector Moves.
|
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/ |
D | SparcInstrInfo.td | 699 // V9 Conditional Moves.
|
/external/llvm/test/Analysis/CostModel/ARM/ |
D | cast.ll | 70 ; Moves between scalar and NEON registers.
|
/external/mesa3d/src/gallium/docs/source/ |
D | tgsi.rst | 1042 Moves the contents of the source register, assumed to be an integer, into the
|