Home
last modified time | relevance | path

Searched defs:Dst (Results 51 – 75 of 6084) sorted by relevance

12345678910>>...244

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DConstantFoldingMIRBuilder.h49 const DstOp &Dst = DstOps[0]; variable
60 const DstOp &Dst = DstOps[0]; variable
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/CodeGen/GlobalISel/
H A DConstantFoldingMIRBuilder.h49 const DstOp &Dst = DstOps[0]; variable
60 const DstOp &Dst = DstOps[0]; variable
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/CodeGen/GlobalISel/
H A DConstantFoldingMIRBuilder.h49 const DstOp &Dst = DstOps[0]; variable
60 const DstOp &Dst = DstOps[0]; variable
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/CodeGen/GlobalISel/
H A DConstantFoldingMIRBuilder.h49 const DstOp &Dst = DstOps[0]; variable
60 const DstOp &Dst = DstOps[0]; variable
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/CodeGen/GlobalISel/
H A DConstantFoldingMIRBuilder.h49 const DstOp &Dst = DstOps[0]; variable
60 const DstOp &Dst = DstOps[0]; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
H A DConstantFoldingMIRBuilder.h49 const DstOp &Dst = DstOps[0]; variable
60 const DstOp &Dst = DstOps[0]; variable
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/CodeGen/GlobalISel/
H A DConstantFoldingMIRBuilder.h49 const DstOp &Dst = DstOps[0]; variable
60 const DstOp &Dst = DstOps[0]; variable
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DConstantFoldingMIRBuilder.h49 const DstOp &Dst = DstOps[0]; variable
60 const DstOp &Dst = DstOps[0]; variable
/dports/emulators/mess/mame-mame0226/src/devices/cpu/se3208/
H A Dse3208.cpp724 uint32_t Dst=EXTRACT(Opcode,0,2); in INST() local
740 uint32_t Dst=EXTRACT(Opcode,0,2); in INST() local
756 uint32_t Dst=EXTRACT(Opcode,0,2); in INST() local
772 uint32_t Dst=EXTRACT(Opcode,0,2); in INST() local
788 uint32_t Dst=EXTRACT(Opcode,0,2); in INST() local
808 uint32_t Dst=EXTRACT(Opcode,0,2); in INST() local
828 uint32_t Dst=EXTRACT(Opcode,0,2); in INST() local
863 uint32_t Dst; in INST() local
883 uint32_t Dst=EXTRACT(Opcode,0,2); in INST() local
892 uint32_t Dst=EXTRACT(Opcode,0,2); in INST() local
[all …]
/dports/emulators/mame/mame-mame0226/src/devices/cpu/se3208/
H A Dse3208.cpp724 uint32_t Dst=EXTRACT(Opcode,0,2); in INST() local
740 uint32_t Dst=EXTRACT(Opcode,0,2); in INST() local
756 uint32_t Dst=EXTRACT(Opcode,0,2); in INST() local
772 uint32_t Dst=EXTRACT(Opcode,0,2); in INST() local
788 uint32_t Dst=EXTRACT(Opcode,0,2); in INST() local
808 uint32_t Dst=EXTRACT(Opcode,0,2); in INST() local
828 uint32_t Dst=EXTRACT(Opcode,0,2); in INST() local
863 uint32_t Dst; in INST() local
883 uint32_t Dst=EXTRACT(Opcode,0,2); in INST() local
892 uint32_t Dst=EXTRACT(Opcode,0,2); in INST() local
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.h27 SDValue Chain, SDValue Dst, SDValue Src, in emitMemMem()
48 MachinePointerInfo SrcPtrInfo) const override; in EmitTargetCodeForMemcpy()
66 std::pair<SDValue, SDValue>
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/subzero/unittest/AssemblerX8664/
H A DControlFlow.cpp39 #define TestImpl(Dst, Src0, Src1) \ in TEST_F() argument
119 #define TestImpl(Dst, Src) \ in TEST_F() argument
159 #define TestImpl(Dst, Src) \ in TEST_F() argument
248 #define TestImplReg(Dst) \ in TEST_F() argument
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp45 unsigned &Src, unsigned &Dst, in isMoveInstr()
67 unsigned Src, Dst, SrcSub, DstSub; in setRegisters() local
157 unsigned Src, Dst, SrcSub, DstSub; in isCoalescable() local
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/CodeGen/GlobalISel/
H A DIRTranslator.h83 auto It = ValToVRegs.find(&V); in ConstantFoldBinOp()
95 return insertOffsets(V); in ConstantFoldBinOp()
103 return ValToVRegs.find(&V) != ValToVRegs.end(); in ConstantFoldBinOp()
H A DMachineIRBuilder.h368 MachineInstrBuilder buildSExtOrTrunc(DstTy &&Dst, UseArgTy &&Use) { in buildSExtOrTrunc()
382 MachineInstrBuilder buildZExtOrTrunc(DstTy &&Dst, UseArgTy &&Use) { in buildZExtOrTrunc()
396 MachineInstrBuilder buildAnyExtOrTrunc(DstTy &&Dst, UseArgTy &&Use) { in buildAnyExtOrTrunc()
979 MachineInstrBuilder buildAdd(unsigned Dst, unsigned Src0, unsigned Src1) { in buildAdd()
999 MachineInstrBuilder buildSub(unsigned Dst, unsigned Src0, unsigned Src1) { in buildSub()
1018 MachineInstrBuilder buildMul(unsigned Dst, unsigned Src0, unsigned Src1) { in buildMul()
1038 MachineInstrBuilder buildAnd(unsigned Dst, unsigned Src0, unsigned Src1) { in buildAnd()
1057 MachineInstrBuilder buildOr(unsigned Dst, unsigned Src0, unsigned Src1) { in buildOr()
1071 MachineInstrBuilder buildBinaryOp(unsigned Opcode, unsigned Dst, in buildBinaryOp()
/dports/devel/hyperscan/boost_1_75_0/libs/multi_index/test/
H A Dtest_node_handling.cpp163 Dst&,Ret res,const NodeHandle& n,const Value& x, in test_transfer_result() argument
178 Dst&,typename Dst::iterator res,const NodeHandle& n,const Value& x) in test_transfer_result() argument
287 Src& src,Dst& dst0,Dst& /* dst1 */,Dst& /* dst2 */,Dst& /* dst3 */, in test_transfer() argument
297 Src& src,Dst& dst0,Dst& dst1,Dst& /* dst2 */,Dst& /* dst3 */, in test_transfer() argument
309 Src& src,Dst& dst0,Dst& dst1,Dst& /* dst2 */,Dst& /* dst3 */, in test_transfer() argument
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/euclid-0.20.0/src/
H A Drigid.rs29 pub fn new(rotation: Rotation3D<T, Src, Dst>, translation: Vector3D<T, Dst>) -> Self { in new() argument
49 rotation: Rotation3D<T, Src, Dst>, in new_from_reversed() argument
87 pub fn decompose_reversed(&self) -> (Vector3D<T, Src>, Rotation3D<T, Src, Dst>) { in decompose_reversed() argument
104 pub fn post_transform<Dst2>( in post_transform() argument
139 ) -> RigidTransform3D<T, Src2, Dst> { in pre_transform() argument
145 pub fn inverse(&self) -> RigidTransform3D<T, Dst, Src> { in inverse() argument
/dports/math/kalker/kalker-1.1.0/cargo-crates/rug-1.11.0/src/
H A Dmisc.rs22 fn unwrapped_cast(self) -> Dst; in unwrapped_cast()
26 fn unwrapped_cast(self) -> Dst { in unwrapped_cast()
34 Self: UnwrappedCast<Dst>; in unwrapped_as()
41 Self: UnwrappedCast<Dst>, in unwrapped_as()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/Hexagon/
H A DHexagonPeephole.cpp137 MachineOperand &Dst = MI.getOperand(0); in runOnMachineFunction() local
155 MachineOperand &Dst = MI.getOperand(0); in runOnMachineFunction() local
172 MachineOperand &Dst = MI.getOperand(0); in runOnMachineFunction() local
186 MachineOperand &Dst = MI.getOperand(0); in runOnMachineFunction() local
204 MachineOperand &Dst = MI.getOperand(0); in runOnMachineFunction() local
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonPeephole.cpp137 MachineOperand &Dst = MI.getOperand(0); in runOnMachineFunction() local
155 MachineOperand &Dst = MI.getOperand(0); in runOnMachineFunction() local
172 MachineOperand &Dst = MI.getOperand(0); in runOnMachineFunction() local
186 MachineOperand &Dst = MI.getOperand(0); in runOnMachineFunction() local
204 MachineOperand &Dst = MI.getOperand(0); in runOnMachineFunction() local
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/Hexagon/
H A DHexagonPeephole.cpp137 MachineOperand &Dst = MI.getOperand(0); in runOnMachineFunction() local
155 MachineOperand &Dst = MI.getOperand(0); in runOnMachineFunction() local
172 MachineOperand &Dst = MI.getOperand(0); in runOnMachineFunction() local
186 MachineOperand &Dst = MI.getOperand(0); in runOnMachineFunction() local
204 MachineOperand &Dst = MI.getOperand(0); in runOnMachineFunction() local
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/Hexagon/
H A DHexagonPeephole.cpp137 MachineOperand &Dst = MI.getOperand(0); in runOnMachineFunction() local
155 MachineOperand &Dst = MI.getOperand(0); in runOnMachineFunction() local
172 MachineOperand &Dst = MI.getOperand(0); in runOnMachineFunction() local
186 MachineOperand &Dst = MI.getOperand(0); in runOnMachineFunction() local
204 MachineOperand &Dst = MI.getOperand(0); in runOnMachineFunction() local
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/Hexagon/
H A DHexagonPeephole.cpp137 MachineOperand &Dst = MI.getOperand(0); in runOnMachineFunction() local
154 MachineOperand &Dst = MI.getOperand(0); in runOnMachineFunction() local
171 MachineOperand &Dst = MI.getOperand(0); in runOnMachineFunction() local
185 MachineOperand &Dst = MI.getOperand(0); in runOnMachineFunction() local
202 MachineOperand &Dst = MI.getOperand(0); in runOnMachineFunction() local
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/Hexagon/
H A DHexagonPeephole.cpp137 MachineOperand &Dst = MI.getOperand(0); in runOnMachineFunction() local
154 MachineOperand &Dst = MI.getOperand(0); in runOnMachineFunction() local
171 MachineOperand &Dst = MI.getOperand(0); in runOnMachineFunction() local
185 MachineOperand &Dst = MI.getOperand(0); in runOnMachineFunction() local
202 MachineOperand &Dst = MI.getOperand(0); in runOnMachineFunction() local
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/Hexagon/
H A DHexagonPeephole.cpp137 MachineOperand &Dst = MI.getOperand(0); in runOnMachineFunction() local
154 MachineOperand &Dst = MI.getOperand(0); in runOnMachineFunction() local
171 MachineOperand &Dst = MI.getOperand(0); in runOnMachineFunction() local
185 MachineOperand &Dst = MI.getOperand(0); in runOnMachineFunction() local
202 MachineOperand &Dst = MI.getOperand(0); in runOnMachineFunction() local

12345678910>>...244