/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringX86Base.h | 98 Inst *createLoweredMove(Variable *Dest, Variable *SrcVar) override { in createLoweredMove() 196 ConstantRelocatable *createGetIPForRegister(const Variable *Dest) { in createGetIPForRegister() 516 void _adc(Variable *Dest, Operand *Src0) { in _adc() 524 void _add(Variable *Dest, Operand *Src0) { in _add() 532 void _addps(Variable *Dest, Operand *Src0) { in _addps() 536 void _addss(Variable *Dest, Operand *Src0) { in _addss() 543 void _and(Variable *Dest, Operand *Src0) { in _and() 547 void _andnps(Variable *Dest, Operand *Src0) { in _andnps() 551 void _andps(Variable *Dest, Operand *Src0) { in _andps() 559 void _blendvps(Variable *Dest, Operand *Src0, Operand *Src1) { in _blendvps() [all …]
|
D | IceTargetLoweringMIPS32.h | 166 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 …]
|
D | IceTargetLoweringARM32.h | 855 void _vadd(Variable *Dest, Variable *Src0, Variable *Src1) { in _vadd() 858 void _vand(Variable *Dest, Variable *Src0, Variable *Src1) { in _vand() 861 InstARM32Vbsl *_vbsl(Variable *Dest, Variable *Src0, Variable *Src1) { in _vbsl() 864 void _vceq(Variable *Dest, Variable *Src0, Variable *Src1) { in _vceq() 867 InstARM32Vcge *_vcge(Variable *Dest, Variable *Src0, Variable *Src1) { in _vcge() 870 InstARM32Vcgt *_vcgt(Variable *Dest, Variable *Src0, Variable *Src1) { in _vcgt() 877 void _vdiv(Variable *Dest, Variable *Src0, Variable *Src1) { in _vdiv() 888 void _veor(Variable *Dest, Variable *Src0, Variable *Src1) { in _veor() 894 void _vmla(Variable *Dest, Variable *Src0, Variable *Src1) { in _vmla() 897 void _vmls(Variable *Dest, Variable *Src0, Variable *Src1) { in _vmls() [all …]
|
D | IceInstX86BaseImpl.h | 61 InstImpl<TraitsType>::InstX86GetIP::InstX86GetIP(Cfg *Func, Variable *Dest) in InstX86GetIP() 65 InstImpl<TraitsType>::InstX86Mul::InstX86Mul(Cfg *Func, Variable *Dest, in InstX86Mul() 74 InstImpl<TraitsType>::InstX86Shld::InstX86Shld(Cfg *Func, Variable *Dest, in InstX86Shld() 84 InstImpl<TraitsType>::InstX86Shrd::InstX86Shrd(Cfg *Func, Variable *Dest, in InstX86Shrd() 176 InstImpl<TraitsType>::InstX86Call::InstX86Call(Cfg *Func, Variable *Dest, in InstX86Call() 184 InstImpl<TraitsType>::InstX86Movmsk::InstX86Movmsk(Cfg *Func, Variable *Dest, in InstX86Movmsk() 191 InstImpl<TraitsType>::InstX86Cmov::InstX86Cmov(Cfg *Func, Variable *Dest, in InstX86Cmov() 202 InstImpl<TraitsType>::InstX86Cmpps::InstX86Cmpps(Cfg *Func, Variable *Dest, in InstX86Cmpps() 245 InstImpl<TraitsType>::InstX86Cvt::InstX86Cvt(Cfg *Func, Variable *Dest, in InstX86Cvt() 333 InstImpl<TraitsType>::InstX86Fstp::InstX86Fstp(Cfg *Func, Variable *Dest) in InstX86Fstp() [all …]
|
D | IceInstARM32.h | 482 InstARM32(Cfg *Func, InstKindARM32 Kind, SizeT Maxsrcs, Variable *Dest) in InstARM32() 501 InstARM32Pred(Cfg *Func, InstKindARM32 Kind, SizeT Maxsrcs, Variable *Dest, in InstARM32Pred() 543 static InstARM32UnaryopGPR *create(Cfg *Func, Variable *Dest, Operand *Src, in create() 567 InstARM32UnaryopGPR(Cfg *Func, Variable *Dest, Operand *Src, in InstARM32UnaryopGPR() 584 static InstARM32UnaryopFP *create(Cfg *Func, Variable *Dest, Variable *Src, in create() 608 InstARM32UnaryopFP(Cfg *Func, Variable *Dest, Operand *Src, in InstARM32UnaryopFP() 627 create(Cfg *Func, Variable *Dest, Variable *Src, CondARM32::Cond Predicate) { in create() 635 InstARM32UnaryopSignAwareFP(Cfg *Func, Variable *Dest, Operand *Src, in InstARM32UnaryopSignAwareFP() 649 static InstARM32TwoAddrGPR *create(Cfg *Func, Variable *Dest, Operand *Src, in create() 673 InstARM32TwoAddrGPR(Cfg *Func, Variable *Dest, Operand *Src, in InstARM32TwoAddrGPR() [all …]
|
D | IceConverter.cpp | 333 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 …]
|
D | IceInst.cpp | 79 Inst::Inst(Cfg *Func, InstKind Kind, SizeT MaxSrcs, Variable *Dest) in Inst() 273 InstAlloca::InstAlloca(Cfg *Func, Variable *Dest, Operand *ByteCount, in InstAlloca() 281 InstArithmetic::InstArithmetic(Cfg *Func, OpKind Op, Variable *Dest, in InstArithmetic() 304 InstAssign::InstAssign(Cfg *Func, Variable *Dest, Operand *Source) in InstAssign() 357 InstCast::InstCast(Cfg *Func, OpKind CastKind, Variable *Dest, Operand *Source) in InstCast() 362 InstExtractElement::InstExtractElement(Cfg *Func, Variable *Dest, in InstExtractElement() 369 InstFcmp::InstFcmp(Cfg *Func, FCond Condition, Variable *Dest, Operand *Source1, in InstFcmp() 376 InstIcmp::InstIcmp(Cfg *Func, ICond Condition, Variable *Dest, Operand *Source1, in InstIcmp() 383 InstInsertElement::InstInsertElement(Cfg *Func, Variable *Dest, in InstInsertElement() 392 InstLoad::InstLoad(Cfg *Func, Variable *Dest, Operand *SourceAddr) in InstLoad() [all …]
|
D | IceInstARM32.cpp | 206 Variable *Dest = Instr->getDest(); in emitTwoAddr() local 665 const Variable *Dest = getDest(); in emitIAS() local 691 const Variable *Dest = getDest(); in emitIAS() local 709 const Variable *Dest = getDest(); in emitIAS() local 732 const Variable *Dest = getDest(); in emitIAS() local 765 const Variable *Dest = getDest(); in emitIAS() local 798 const Variable *Dest = getDest(); in emitIAS() local 816 const Variable *Dest = getDest(); in emitIAS() local 834 const Variable *Dest = getDest(); in emitIAS() local 849 const Variable *Dest = getDest(); in emitIAS() local [all …]
|
D | IceInst.h | 240 Variable *Dest; variable 263 InstHighLevel(Cfg *Func, InstKind Kind, SizeT MaxSrcs, Variable *Dest) in InstHighLevel() 282 static InstAlloca *create(Cfg *Func, Variable *Dest, Operand *ByteCount, in create() 318 static InstArithmetic *create(Cfg *Func, OpKind Op, Variable *Dest, in create() 353 static InstAssign *create(Cfg *Func, Variable *Dest, Operand *Source) { in create() 444 InstCall(Cfg *Func, SizeT NumArgs, Variable *Dest, Operand *CallTarget, in InstCall() 474 static InstCast *create(Cfg *Func, OpKind CastKind, Variable *Dest, in create() 497 static InstExtractElement *create(Cfg *Func, Variable *Dest, Operand *Source1, in create() 529 static InstFcmp *create(Cfg *Func, FCond Condition, Variable *Dest, in create() 561 static InstIcmp *create(Cfg *Func, ICond Condition, Variable *Dest, in create() [all …]
|
D | IceCfgNode.cpp | 262 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::__anon9a3d25040211::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 1028 Variable *Dest = Instr->getDest(); in emitLiveRangesEnded() local 1065 if (Variable *Dest = I->getDest()) { in updateStats() local 1130 Variable *Dest = I.getDest(); in emit() local [all …]
|
D | IceInstMIPS32.h | 319 InstMIPS32(Cfg *Func, InstKindMIPS32 Kind, SizeT Maxsrcs, Variable *Dest) in InstMIPS32() 408 static InstMIPS32TwoAddrFPR *create(Cfg *Func, Variable *Dest, in create() 436 InstMIPS32TwoAddrFPR(Cfg *Func, Variable *Dest, Variable *Src0) in InstMIPS32TwoAddrFPR() 452 static InstMIPS32TwoAddrGPR *create(Cfg *Func, Variable *Dest, in create() 480 InstMIPS32TwoAddrGPR(Cfg *Func, Variable *Dest, Variable *Src0) in InstMIPS32TwoAddrGPR() 499 static InstMIPS32ThreeAddrFPR *create(Cfg *Func, Variable *Dest, in create() 527 InstMIPS32ThreeAddrFPR(Cfg *Func, Variable *Dest, Variable *Src0, in InstMIPS32ThreeAddrFPR() 548 static InstMIPS32ThreeAddrGPR *create(Cfg *Func, Variable *Dest, in create() 576 InstMIPS32ThreeAddrGPR(Cfg *Func, Variable *Dest, Variable *Src0, in InstMIPS32ThreeAddrGPR() 881 static InstMIPS32Call *create(Cfg *Func, Variable *Dest, in create() [all …]
|
D | IcePhiLoweringImpl.h | 38 Variable *Dest = Phi->getDest(); in prelowerPhis32Bit() local
|
/external/libvpx/libvpx/vp8/common/ |
D | common.h | 26 #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/lib/ExecutionEngine/Interpreter/ |
D | Execution.cpp | 53 static void executeFAddInst(GenericValue &Dest, GenericValue Src1, in executeFAddInst() 64 static void executeFSubInst(GenericValue &Dest, GenericValue Src1, in executeFSubInst() 75 static void executeFMulInst(GenericValue &Dest, GenericValue Src1, in executeFMulInst() 86 static void executeFDivInst(GenericValue &Dest, GenericValue Src1, in executeFDivInst() 97 static void executeFRemInst(GenericValue &Dest, GenericValue Src1, in executeFRemInst() 129 GenericValue Dest; in executeICMP_EQ() local 142 GenericValue Dest; in executeICMP_NE() local 155 GenericValue Dest; in executeICMP_ULT() local 168 GenericValue Dest; in executeICMP_SLT() local 181 GenericValue Dest; in executeICMP_UGT() local [all …]
|
/external/llvm/lib/ExecutionEngine/Interpreter/ |
D | Execution.cpp | 55 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/ |
D | StreamReader.cpp | 34 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()
|
D | ByteStream.cpp | 19 ArrayRef<uint8_t> Dest) { in writeBytes() 25 MutableArrayRef<uint8_t> Dest) { in writeBytes()
|
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/runtime/ |
D | rtstr.c | 49 IN CHAR16 *Dest, in RtStrCpy() 66 IN CHAR16 *Dest, in RtStrCat()
|
D | efirtlib.c | 66 IN VOID *Dest, in RtCopyMem() 85 IN CONST VOID *Dest, in RtCompareMem()
|
/external/llvm/lib/CodeGen/MIRParser/ |
D | MIParser.cpp | 947 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/llvm/bindings/go/llvm/ |
D | linker.go | 24 func LinkModules(Dest, Src Module) error { argument
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | StreamReader.h | 40 template <typename T> Error readEnum(T &Dest) { in readEnum() 48 template <typename T> Error readObject(const T *&Dest) { in readObject()
|
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/ |
D | str.c | 108 IN CHAR16 *Dest, in StrCpy() 118 IN CHAR16 *Dest, in StrCat() 149 CHAR16 *Dest; in StrDuplicate() local
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | CallEvent.h | 477 void cloneTo(void *Dest) const override { in cloneTo() 513 void cloneTo(void *Dest) const override { new (Dest) BlockCall(*this); } in cloneTo() 657 void cloneTo(void *Dest) const override { new (Dest) CXXMemberCall(*this); } in cloneTo() 699 void cloneTo(void *Dest) const override { in cloneTo() 750 void cloneTo(void *Dest) const override {new (Dest) CXXDestructorCall(*this);} in cloneTo() 794 void cloneTo(void *Dest) const override { new (Dest) CXXConstructorCall(*this); } in cloneTo() 839 void cloneTo(void *Dest) const override { new (Dest) CXXAllocatorCall(*this); } in cloneTo() 894 void cloneTo(void *Dest) const override { new (Dest) ObjCMethodCall(*this); } in cloneTo()
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCStreamer.cpp | 308 MachineLocation Dest(MachineLocation::VirtualFP); in EmitCFIDefCfa() local 319 MachineLocation Dest(MachineLocation::VirtualFP); in EmitCFIDefCfaOffset() local 330 MachineLocation Dest(MachineLocation::VirtualFP); in EmitCFIAdjustCfaOffset() local 341 MachineLocation Dest(Register); in EmitCFIDefCfaRegister() local 352 MachineLocation Dest(Register, Offset); in EmitCFIOffset() local 363 MachineLocation Dest(Register, Offset); in EmitCFIRelOffset() local
|