Home
last modified time | relevance | path

Searched defs:DstOp (Results 1 – 22 of 22) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DMachineIRBuilder.h68 DstOp(unsigned R) : Reg(R), Ty(DstType::Ty_Reg) {} in DstOp() function
69 DstOp(Register R) : Reg(R), Ty(DstType::Ty_Reg) {} in DstOp() function
70 DstOp(const MachineOperand &Op) : Reg(Op.getReg()), Ty(DstType::Ty_Reg) {} in DstOp() function
71 DstOp(const LLT &T) : LLTTy(T), Ty(DstType::Ty_LLT) {} in DstOp() function
72 DstOp(const TargetRegisterClass *TRC) : RC(TRC), Ty(DstType::Ty_RC) {} in DstOp() function
/external/llvm/lib/Target/X86/
DX86MCInstLower.cpp1155 static std::string getShuffleComment(const MachineOperand &DstOp, in getShuffleComment()
1466 const MachineOperand &DstOp = MI->getOperand(0); in EmitInstruction() local
1488 const MachineOperand &DstOp = MI->getOperand(0); in EmitInstruction() local
1510 const MachineOperand &DstOp = MI->getOperand(0); in EmitInstruction() local
1531 const MachineOperand &DstOp = MI->getOperand(0); in EmitInstruction() local
1561 const MachineOperand &DstOp = MI->getOperand(0); in EmitInstruction() local
1612 const MachineOperand &DstOp = MI->getOperand(0); in EmitInstruction() local
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonRDFOpt.cpp121 const MachineOperand &DstOp = MI->getOperand(0); in INITIALIZE_PASS_DEPENDENCY() local
138 const MachineOperand &DstOp = MI->getOperand(0); in INITIALIZE_PASS_DEPENDENCY() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonRDFOpt.cpp121 const MachineOperand &DstOp = MI->getOperand(0); in INITIALIZE_PASS_DEPENDENCY() local
138 const MachineOperand &DstOp = MI->getOperand(0); in INITIALIZE_PASS_DEPENDENCY() local
/external/llvm/lib/Target/Hexagon/
DHexagonRDFOpt.cpp105 const MachineOperand &DstOp = MI->getOperand(0); in interpretAsCopy() local
122 const MachineOperand &DstOp = MI->getOperand(0); in interpretAsCopy() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrFoldTables.h70 uint16_t DstOp; member
DX86MCInstLower.cpp1771 const MachineOperand &DstOp = MI->getOperand(0); in getShuffleComment() local
2437 const MachineOperand &DstOp = MI->getOperand(0); in EmitInstruction() local
2518 const MachineOperand &DstOp = MI->getOperand(0); in EmitInstruction() local
2628 const MachineOperand &DstOp = MI->getOperand(0); in EmitInstruction() local
/external/llvm-project/llvm/lib/Target/X86/
DX86InstrFoldTables.h70 uint16_t DstOp; member
DX86MCInstLower.cpp1804 const MachineOperand &DstOp = MI->getOperand(0); in getShuffleComment() local
2168 const MachineOperand &DstOp = MI->getOperand(0); in addConstantComments() local
2247 const MachineOperand &DstOp = MI->getOperand(0); in addConstantComments() local
2356 const MachineOperand &DstOp = MI->getOperand(0); in addConstantComments() local
/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
DMachineIRBuilder.h67 DstOp(unsigned R) : Reg(R), Ty(DstType::Ty_Reg) {} in DstOp() function
68 DstOp(Register R) : Reg(R), Ty(DstType::Ty_Reg) {} in DstOp() function
69 DstOp(const MachineOperand &Op) : Reg(Op.getReg()), Ty(DstType::Ty_Reg) {} in DstOp() function
70 DstOp(const LLT T) : LLTTy(T), Ty(DstType::Ty_LLT) {} in DstOp() function
71 DstOp(const TargetRegisterClass *TRC) : RC(TRC), Ty(DstType::Ty_RC) {} in DstOp() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600ExpandSpecialInstrs.cpp100 MachineOperand &DstOp = MI.getOperand(DstIdx); in runOnMachineFunction() local
/external/llvm-project/llvm/lib/Target/AMDGPU/
DR600ExpandSpecialInstrs.cpp100 MachineOperand &DstOp = MI.getOperand(DstIdx); in runOnMachineFunction() local
/external/llvm/lib/Target/AMDGPU/
DR600ExpandSpecialInstrs.cpp85 MachineOperand &DstOp = MI.getOperand(DstIdx); in runOnMachineFunction() local
/external/llvm-project/llvm/lib/CodeGen/
DMachineVerifier.cpp1417 const MachineOperand &DstOp = MI->getOperand(0); in verifyPreISelGenericInstruction() local
1603 const MachineOperand &DstOp = MI->getOperand(0); in visitMachineInstrBefore() local
DMachineScheduler.cpp1830 const MachineOperand &DstOp = Copy->getOperand(0); in constrainLocalCopy() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineVerifier.cpp1441 const MachineOperand &DstOp = MI->getOperand(0); in verifyPreISelGenericInstruction() local
1528 const MachineOperand &DstOp = MI->getOperand(0); in visitMachineInstrBefore() local
DMachineScheduler.cpp1694 const MachineOperand &DstOp = Copy->getOperand(0); in constrainLocalCopy() local
/external/llvm/lib/Linker/
DIRMover.cpp1049 MDNode *DstOp; in linkModuleFlagsMetadata() local
/external/llvm-project/llvm/lib/Linker/
DIRMover.cpp1233 MDNode *DstOp; in linkModuleFlagsMetadata() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
DIRMover.cpp1231 MDNode *DstOp; in linkModuleFlagsMetadata() local
/external/llvm/lib/CodeGen/
DMachineScheduler.cpp1604 const MachineOperand &DstOp = Copy->getOperand(0); in constrainLocalCopy() local
/external/llvm-project/llvm/utils/TableGen/
DGlobalISelEmitter.cpp4628 Record *DstOp = Dst->getOperator(); in createInstructionRenderer() local
5119 Record *DstOp = Dst->getOperator(); in runOnPattern() local