Home
last modified time | relevance | path

Searched defs:Dest (Results 1 – 25 of 239) sorted by relevance

12345678910

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringX8632.h137 Inst *createLoweredMove(Variable *Dest, Variable *SrcVar) override { in createLoweredMove()
444 void _adc(Variable *Dest, Operand *Src0) { in _adc()
450 void _add(Variable *Dest, Operand *Src0) { in _add()
456 void _addps(Variable *Dest, Operand *Src0) { in _addps()
459 void _addss(Variable *Dest, Operand *Src0) { in _addss()
463 void _and(Variable *Dest, Operand *Src0) { in _and()
466 void _andnps(Variable *Dest, Operand *Src0) { in _andnps()
469 void _andps(Variable *Dest, Operand *Src0) { in _andps()
475 void _blendvps(Variable *Dest, Operand *Src0, Operand *Src1) { in _blendvps()
492 void _bsf(Variable *Dest, Operand *Src0) { in _bsf()
[all …]
DIceTargetLoweringX8664.h138 Inst *createLoweredMove(Variable *Dest, Variable *SrcVar) override { in createLoweredMove()
440 void _adc(Variable *Dest, Operand *Src0) { in _adc()
446 void _add(Variable *Dest, Operand *Src0) { in _add()
452 void _addps(Variable *Dest, Operand *Src0) { in _addps()
455 void _addss(Variable *Dest, Operand *Src0) { in _addss()
459 void _and(Variable *Dest, Operand *Src0) { in _and()
462 void _andnps(Variable *Dest, Operand *Src0) { in _andnps()
465 void _andps(Variable *Dest, Operand *Src0) { in _andps()
471 void _blendvps(Variable *Dest, Operand *Src0, Operand *Src1) { in _blendvps()
488 void _bsf(Variable *Dest, Operand *Src0) { in _bsf()
[all …]
DIceTargetLoweringMIPS32.h166 void _add(Variable *Dest, Variable *Src0, Variable *Src1) { in _add()
170 void _addu(Variable *Dest, Variable *Src0, Variable *Src1) { in _addu()
174 void _and(Variable *Dest, Variable *Src0, Variable *Src1) { in _and()
178 void _andi(Variable *Dest, Variable *Src, uint32_t Imm) { in _andi()
210 void _abs_d(Variable *Dest, Variable *Src) { in _abs_d()
214 void _abs_s(Variable *Dest, Variable *Src) { in _abs_s()
218 void _addi(Variable *Dest, Variable *Src, uint32_t Imm) { in _addi()
222 void _add_d(Variable *Dest, Variable *Src0, Variable *Src1) { in _add_d()
226 void _add_s(Variable *Dest, Variable *Src0, Variable *Src1) { in _add_s()
230 void _addiu(Variable *Dest, Variable *Src, uint32_t Imm) { in _addiu()
[all …]
DIceInstX8632.h336 InstX86Base(Cfg *Func, InstKindX86 Kind, SizeT Maxsrcs, Variable *Dest) in InstX86Base()
576 static InstX86Call *create(Cfg *Func, Variable *Dest, Operand *CallTarget) { in create()
739 InstX86BaseUnaryopGPR(Cfg *Func, Variable *Dest, Operand *Src) in InstX86BaseUnaryopGPR()
785 InstX86BaseUnaryopXmm(Cfg *Func, Variable *Dest, Operand *Src) in InstX86BaseUnaryopXmm()
827 InstX86BaseBinopGPRShift(Cfg *Func, Variable *Dest, Operand *Source) in InstX86BaseBinopGPRShift()
870 InstX86BaseBinopGPR(Cfg *Func, Variable *Dest, Operand *Source) in InstX86BaseBinopGPR()
1015 InstX86BaseBinopXmmShift(Cfg *Func, Variable *Dest, Operand *Source) in InstX86BaseBinopXmmShift()
1059 InstX86BaseTernop(Cfg *Func, Variable *Dest, Operand *Source1, in InstX86BaseTernop()
1106 InstX86BaseThreeAddressop(Cfg *Func, Variable *Dest, Operand *Source0, in InstX86BaseThreeAddressop()
1162 InstX86BaseMovlike(Cfg *Func, Variable *Dest, Operand *Source) in InstX86BaseMovlike()
[all …]
DIceInstX8664.h275 InstX86Base(Cfg *Func, InstKindX86 Kind, SizeT Maxsrcs, Variable *Dest) in InstX86Base()
515 static InstX86Call *create(Cfg *Func, Variable *Dest, Operand *CallTarget) { in create()
678 InstX86BaseUnaryopGPR(Cfg *Func, Variable *Dest, Operand *Src) in InstX86BaseUnaryopGPR()
724 InstX86BaseUnaryopXmm(Cfg *Func, Variable *Dest, Operand *Src) in InstX86BaseUnaryopXmm()
766 InstX86BaseBinopGPRShift(Cfg *Func, Variable *Dest, Operand *Source) in InstX86BaseBinopGPRShift()
809 InstX86BaseBinopGPR(Cfg *Func, Variable *Dest, Operand *Source) in InstX86BaseBinopGPR()
954 InstX86BaseBinopXmmShift(Cfg *Func, Variable *Dest, Operand *Source) in InstX86BaseBinopXmmShift()
998 InstX86BaseTernop(Cfg *Func, Variable *Dest, Operand *Source1, in InstX86BaseTernop()
1045 InstX86BaseThreeAddressop(Cfg *Func, Variable *Dest, Operand *Source0, in InstX86BaseThreeAddressop()
1101 InstX86BaseMovlike(Cfg *Func, Variable *Dest, Operand *Source) in InstX86BaseMovlike()
[all …]
DIceTargetLoweringARM32.h847 void _vadd(Variable *Dest, Variable *Src0, Variable *Src1) { in _vadd()
850 void _vand(Variable *Dest, Variable *Src0, Variable *Src1) { in _vand()
853 InstARM32Vbsl *_vbsl(Variable *Dest, Variable *Src0, Variable *Src1) { in _vbsl()
856 void _vceq(Variable *Dest, Variable *Src0, Variable *Src1) { in _vceq()
859 InstARM32Vcge *_vcge(Variable *Dest, Variable *Src0, Variable *Src1) { in _vcge()
862 InstARM32Vcgt *_vcgt(Variable *Dest, Variable *Src0, Variable *Src1) { in _vcgt()
869 void _vdiv(Variable *Dest, Variable *Src0, Variable *Src1) { in _vdiv()
880 void _vdup(Variable *Dest, Variable *Src, int Idx) { in _vdup()
883 void _veor(Variable *Dest, Variable *Src0, Variable *Src1) { in _veor()
897 void _vmla(Variable *Dest, Variable *Src0, Variable *Src1) { in _vmla()
[all …]
DIceInstARM32.cpp201 Variable *Dest = Instr->getDest(); in emitTwoAddr() local
660 const Variable *Dest = getDest(); in emitIAS() local
686 const Variable *Dest = getDest(); in emitIAS() local
704 const Variable *Dest = getDest(); in emitIAS() local
727 const Variable *Dest = getDest(); in emitIAS() local
760 const Variable *Dest = getDest(); in emitIAS() local
793 const Variable *Dest = getDest(); in emitIAS() local
811 const Variable *Dest = getDest(); in emitIAS() local
829 const Variable *Dest = getDest(); in emitIAS() local
844 const Variable *Dest = getDest(); in emitIAS() local
[all …]
DIceInstX8664.cpp120 InstX86Mul::InstX86Mul(Cfg *Func, Variable *Dest, Variable *Source1, in InstX86Mul()
127 InstX86Shld::InstX86Shld(Cfg *Func, Variable *Dest, Variable *Source1, in InstX86Shld()
135 InstX86Shrd::InstX86Shrd(Cfg *Func, Variable *Dest, Variable *Source1, in InstX86Shrd()
217 InstX86Call::InstX86Call(Cfg *Func, Variable *Dest, Operand *CallTarget) in InstX86Call()
223 InstX86Movmsk::InstX86Movmsk(Cfg *Func, Variable *Dest, Operand *Source) in InstX86Movmsk()
228 InstX86Cmov::InstX86Cmov(Cfg *Func, Variable *Dest, Operand *Source, in InstX86Cmov()
237 InstX86Cmpps::InstX86Cmpps(Cfg *Func, Variable *Dest, Operand *Source, in InstX86Cmpps()
271 InstX86Cvt::InstX86Cvt(Cfg *Func, Variable *Dest, Operand *Source, in InstX86Cvt()
333 InstX86Pop::InstX86Pop(Cfg *Func, Variable *Dest) in InstX86Pop()
354 InstX86Setcc::InstX86Setcc(Cfg *Func, Variable *Dest, BrCond Cond) in InstX86Setcc()
[all …]
DIceInstARM32.h495 InstARM32(Cfg *Func, InstKindARM32 Kind, SizeT Maxsrcs, Variable *Dest) in InstARM32()
514 InstARM32Pred(Cfg *Func, InstKindARM32 Kind, SizeT Maxsrcs, Variable *Dest, in InstARM32Pred()
556 static InstARM32UnaryopGPR *create(Cfg *Func, Variable *Dest, Operand *Src, in create()
580 InstARM32UnaryopGPR(Cfg *Func, Variable *Dest, Operand *Src, in InstARM32UnaryopGPR()
597 static InstARM32UnaryopFP *create(Cfg *Func, Variable *Dest, Variable *Src, in create()
621 InstARM32UnaryopFP(Cfg *Func, Variable *Dest, Operand *Src, in InstARM32UnaryopFP()
640 create(Cfg *Func, Variable *Dest, Variable *Src, CondARM32::Cond Predicate) { in create()
648 InstARM32UnaryopSignAwareFP(Cfg *Func, Variable *Dest, Operand *Src, in InstARM32UnaryopSignAwareFP()
662 static InstARM32TwoAddrGPR *create(Cfg *Func, Variable *Dest, Operand *Src, in create()
686 InstARM32TwoAddrGPR(Cfg *Func, Variable *Dest, Operand *Src, in InstARM32TwoAddrGPR()
[all …]
DIceConverter.cpp333 Ice::Variable *Dest = mapValueToIceVar(Instr); in convertLoadInstruction() local
348 Ice::Variable *Dest = mapValueToIceVar(BinOp); in convertArithInstruction() local
379 Ice::Variable *Dest = mapValueToIceVar(Instr, Ice::getPointerType()); in convertIntToPtrInstruction() local
385 Ice::Variable *Dest = mapValueToIceVar(Instr); in convertPtrToIntInstruction() local
401 Ice::Variable *Dest = mapValueToIceVar(Instr); in convertCastInstruction() local
408 Ice::Variable *Dest = mapValueToIceVar(Instr); in convertICmpInstruction() local
452 Ice::Variable *Dest = mapValueToIceVar(Instr); in convertFCmpInstruction() local
514 Ice::Variable *Dest = mapValueToIceVar(Instr); in convertExtractElementInstruction() local
521 Ice::Variable *Dest = mapValueToIceVar(Instr); in convertInsertElementInstruction() local
530 Ice::Variable *Dest = mapValueToIceVar(Instr); in convertSelectInstruction() local
[all …]
DIceInst.cpp71 Inst::Inst(Cfg *Func, InstKind Kind, SizeT MaxSrcs, Variable *Dest) in Inst()
263 InstAlloca::InstAlloca(Cfg *Func, Variable *Dest, Operand *ByteCount, in InstAlloca()
271 InstArithmetic::InstArithmetic(Cfg *Func, OpKind Op, Variable *Dest, in InstArithmetic()
294 InstAssign::InstAssign(Cfg *Func, Variable *Dest, Operand *Source) in InstAssign()
347 InstCast::InstCast(Cfg *Func, OpKind CastKind, Variable *Dest, Operand *Source) in InstCast()
352 InstExtractElement::InstExtractElement(Cfg *Func, Variable *Dest, in InstExtractElement()
359 InstFcmp::InstFcmp(Cfg *Func, FCond Condition, Variable *Dest, Operand *Source1, in InstFcmp()
366 InstIcmp::InstIcmp(Cfg *Func, ICond Condition, Variable *Dest, Operand *Source1, in InstIcmp()
373 InstInsertElement::InstInsertElement(Cfg *Func, Variable *Dest, in InstInsertElement()
382 InstLoad::InstLoad(Cfg *Func, Variable *Dest, Operand *SourceAddr) in InstLoad()
[all …]
DIceInstX8632.cpp132 InstX86Mul::InstX86Mul(Cfg *Func, Variable *Dest, Variable *Source1, in InstX86Mul()
139 InstX86Shld::InstX86Shld(Cfg *Func, Variable *Dest, Variable *Source1, in InstX86Shld()
147 InstX86Shrd::InstX86Shrd(Cfg *Func, Variable *Dest, Variable *Source1, in InstX86Shrd()
229 InstX86Call::InstX86Call(Cfg *Func, Variable *Dest, Operand *CallTarget) in InstX86Call()
235 InstX86Movmsk::InstX86Movmsk(Cfg *Func, Variable *Dest, Operand *Source) in InstX86Movmsk()
240 InstX86Cmov::InstX86Cmov(Cfg *Func, Variable *Dest, Operand *Source, in InstX86Cmov()
249 InstX86Cmpps::InstX86Cmpps(Cfg *Func, Variable *Dest, Operand *Source, in InstX86Cmpps()
283 InstX86Cvt::InstX86Cvt(Cfg *Func, Variable *Dest, Operand *Source, in InstX86Cvt()
350 InstX86Fstp::InstX86Fstp(Cfg *Func, Variable *Dest) in InstX86Fstp()
353 InstX86Pop::InstX86Pop(Cfg *Func, Variable *Dest) in InstX86Pop()
[all …]
DIceCfgNode.cpp262 Variable *Dest = I.getDest(); in placePhiStores() local
343 PhiDesc(InstPhi *Phi, Variable *Dest) : Phi(Phi), Dest(Dest) {} in PhiDesc()
346 Variable *Dest = nullptr; member in Ice::__anon2a74cbca0211::PhiDesc
457 Variable *Dest = Phi->getDest(); in advancedPhiLowering() local
481 Variable *Dest = Item.Dest; in advancedPhiLowering() local
503 const Variable *Dest = Item.Dest; in advancedPhiLowering() local
550 Variable *Dest = BestItem->Dest; in advancedPhiLowering() local
1006 Variable *Dest = Instr->getDest(); in emitLiveRangesEnded() local
1043 if (Variable *Dest = I->getDest()) { in updateStats() local
1108 Variable *Dest = I.getDest(); in emit() local
[all …]
DIceTargetLoweringX8664.cpp1225 Variable *Dest = Instr->getDest(); in lowerAlloca() local
1349 bool TargetX8664::optimizeScalarMul(Variable *Dest, Operand *Src0, in optimizeScalarMul()
1655 Variable *Dest = Instr->getDest(); in lowerArithmetic() local
2162 Variable *Dest = Instr->getDest(); in lowerAssign() local
2314 Variable *Dest = Instr->getDest(); in lowerCall() local
2383 Variable *Dest = Instr->getDest(); in lowerCast() local
2768 Variable *Dest = Instr->getDest(); in lowerExtractElement() local
2773 Variable *Dest = Fcmp->getDest(); in lowerFcmp() local
2787 Variable *Dest = Fcmp->getDest(); in lowerFcmpAndConsumer() local
2891 Variable *Dest = Fcmp->getDest(); in lowerFcmpVector() local
[all …]
DIceInst.h250 Variable *Dest; variable
273 InstHighLevel(Cfg *Func, InstKind Kind, SizeT MaxSrcs, Variable *Dest) in InstHighLevel()
292 static InstAlloca *create(Cfg *Func, Variable *Dest, Operand *ByteCount, in create()
328 static InstArithmetic *create(Cfg *Func, OpKind Op, Variable *Dest, in create()
363 static InstAssign *create(Cfg *Func, Variable *Dest, Operand *Source) { in create()
455 InstCall(Cfg *Func, SizeT NumArgs, Variable *Dest, Operand *CallTarget, in InstCall()
486 static InstCast *create(Cfg *Func, OpKind CastKind, Variable *Dest, in create()
509 static InstExtractElement *create(Cfg *Func, Variable *Dest, Operand *Source1, in create()
541 static InstFcmp *create(Cfg *Func, FCond Condition, Variable *Dest, in create()
573 static InstIcmp *create(Cfg *Func, ICond Condition, Variable *Dest, in create()
[all …]
/external/libvpx/vp8/common/
Dcommon.h26 #define vp8_copy(Dest, Src) \ argument
34 #define vp8_copy_array(Dest, Src, N) \ argument
40 #define vp8_zero(Dest) memset(&(Dest), 0, sizeof(Dest)) argument
42 #define vp8_zero_array(Dest, N) memset(Dest, 0, (N) * sizeof(*(Dest))) argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp49 static void executeFNegInst(GenericValue &Dest, GenericValue Src, Type *Ty) { in executeFNegInst()
108 static void executeFAddInst(GenericValue &Dest, GenericValue Src1, in executeFAddInst()
119 static void executeFSubInst(GenericValue &Dest, GenericValue Src1, in executeFSubInst()
130 static void executeFMulInst(GenericValue &Dest, GenericValue Src1, in executeFMulInst()
141 static void executeFDivInst(GenericValue &Dest, GenericValue Src1, in executeFDivInst()
152 static void executeFRemInst(GenericValue &Dest, GenericValue Src1, in executeFRemInst()
193 GenericValue Dest; in executeICMP_EQ() local
207 GenericValue Dest; in executeICMP_NE() local
221 GenericValue Dest; in executeICMP_ULT() local
235 GenericValue Dest; in executeICMP_SLT() local
[all …]
/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp55 static void executeFAddInst(GenericValue &Dest, GenericValue Src1, in executeFAddInst()
66 static void executeFSubInst(GenericValue &Dest, GenericValue Src1, in executeFSubInst()
77 static void executeFMulInst(GenericValue &Dest, GenericValue Src1, in executeFMulInst()
88 static void executeFDivInst(GenericValue &Dest, GenericValue Src1, in executeFDivInst()
99 static void executeFRemInst(GenericValue &Dest, GenericValue Src1, in executeFRemInst()
140 GenericValue Dest; in executeICMP_EQ() local
154 GenericValue Dest; in executeICMP_NE() local
168 GenericValue Dest; in executeICMP_ULT() local
182 GenericValue Dest; in executeICMP_SLT() local
196 GenericValue Dest; in executeICMP_UGT() local
[all …]
/external/llvm/lib/DebugInfo/CodeView/
DStreamReader.cpp34 Error StreamReader::readInteger(uint16_t &Dest) { in readInteger()
42 Error StreamReader::readInteger(uint32_t &Dest) { in readInteger()
50 Error StreamReader::readZeroString(StringRef &Dest) { in readZeroString()
75 Error StreamReader::readFixedString(StringRef &Dest, uint32_t Length) { in readFixedString()
DByteStream.cpp19 ArrayRef<uint8_t> Dest) { in writeBytes()
25 MutableArrayRef<uint8_t> Dest) { in writeBytes()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeStreamMerger.cpp241 Error TypeStreamMerger::mergeTypeRecords(MergingTypeTableBuilder &Dest, in mergeTypeRecords()
249 Error TypeStreamMerger::mergeIdRecords(MergingTypeTableBuilder &Dest, in mergeIdRecords()
272 Error TypeStreamMerger::mergeTypeRecords(GlobalTypeTableBuilder &Dest, in mergeTypeRecords()
284 Error TypeStreamMerger::mergeIdRecords(GlobalTypeTableBuilder &Dest, in mergeIdRecords()
364 GlobalTypeTableBuilder &Dest = in remapType() local
369 MergingTypeTableBuilder &Dest = in remapType() local
414 Error llvm::codeview::mergeTypeRecords(MergingTypeTableBuilder &Dest, in mergeTypeRecords()
421 Error llvm::codeview::mergeIdRecords(MergingTypeTableBuilder &Dest, in mergeIdRecords()
446 Error llvm::codeview::mergeTypeRecords(GlobalTypeTableBuilder &Dest, in mergeTypeRecords()
455 Error llvm::codeview::mergeIdRecords(GlobalTypeTableBuilder &Dest, in mergeIdRecords()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DBinaryStreamReader.cpp44 Error BinaryStreamReader::readULEB128(uint64_t &Dest) { in readULEB128()
59 Error BinaryStreamReader::readSLEB128(int64_t &Dest) { in readSLEB128()
74 Error BinaryStreamReader::readCString(StringRef &Dest) { in readCString()
102 Error BinaryStreamReader::readWideString(ArrayRef<UTF16> &Dest) { in readWideString()
122 Error BinaryStreamReader::readFixedString(StringRef &Dest, uint32_t Length) { in readFixedString()
/external/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp947 bool MIParser::parseRegisterOperand(MachineOperand &Dest, in parseRegisterOperand()
997 bool MIParser::parseImmediateOperand(MachineOperand &Dest) { in parseImmediateOperand()
1057 bool MIParser::parseTypedImmediateOperand(MachineOperand &Dest) { in parseTypedImmediateOperand()
1070 bool MIParser::parseFPImmediateOperand(MachineOperand &Dest) { in parseFPImmediateOperand()
1109 bool MIParser::parseMBBOperand(MachineOperand &Dest) { in parseMBBOperand()
1139 bool MIParser::parseStackObjectOperand(MachineOperand &Dest) { in parseStackObjectOperand()
1161 bool MIParser::parseFixedStackObjectOperand(MachineOperand &Dest) { in parseFixedStackObjectOperand()
1195 bool MIParser::parseGlobalAddressOperand(MachineOperand &Dest) { in parseGlobalAddressOperand()
1206 bool MIParser::parseConstantPoolIndexOperand(MachineOperand &Dest) { in parseConstantPoolIndexOperand()
1221 bool MIParser::parseJumpTableIndexOperand(MachineOperand &Dest) { in parseJumpTableIndexOperand()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DBinaryStreamReader.h75 template <typename T> Error readInteger(T &Dest) { in readInteger()
89 template <typename T> Error readEnum(T &Dest) { in readEnum()
169 template <typename T> Error readObject(const T *&Dest) { in readObject()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp1438 bool MIParser::parseRegisterOperand(MachineOperand &Dest, in parseRegisterOperand()
1523 bool MIParser::parseImmediateOperand(MachineOperand &Dest) { in parseImmediateOperand()
1535 MachineOperand &Dest, in parseTargetImmMnemonic()
1682 bool MIParser::parseTypedImmediateOperand(MachineOperand &Dest) { in parseTypedImmediateOperand()
1707 bool MIParser::parseFPImmediateOperand(MachineOperand &Dest) { in parseFPImmediateOperand()
1785 bool MIParser::parseMBBOperand(MachineOperand &Dest) { in parseMBBOperand()
1815 bool MIParser::parseStackObjectOperand(MachineOperand &Dest) { in parseStackObjectOperand()
1837 bool MIParser::parseFixedStackObjectOperand(MachineOperand &Dest) { in parseFixedStackObjectOperand()
1881 bool MIParser::parseGlobalAddressOperand(MachineOperand &Dest) { in parseGlobalAddressOperand()
1892 bool MIParser::parseConstantPoolIndexOperand(MachineOperand &Dest) { in parseConstantPoolIndexOperand()
[all …]

12345678910