/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 | 848 void _vadd(Variable *Dest, Variable *Src0, Variable *Src1) { in _vadd() 851 void _vand(Variable *Dest, Variable *Src0, Variable *Src1) { in _vand() 854 InstARM32Vbsl *_vbsl(Variable *Dest, Variable *Src0, Variable *Src1) { in _vbsl() 857 void _vceq(Variable *Dest, Variable *Src0, Variable *Src1) { in _vceq() 860 InstARM32Vcge *_vcge(Variable *Dest, Variable *Src0, Variable *Src1) { in _vcge() 863 InstARM32Vcgt *_vcgt(Variable *Dest, Variable *Src0, Variable *Src1) { in _vcgt() 870 void _vdiv(Variable *Dest, Variable *Src0, Variable *Src1) { in _vdiv() 881 void _vdup(Variable *Dest, Variable *Src, int Idx) { in _vdup() 884 void _veor(Variable *Dest, Variable *Src0, Variable *Src1) { in _veor() 898 void _vmla(Variable *Dest, Variable *Src0, Variable *Src1) { in _vmla() [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.cpp | 201 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 …]
|
D | IceInstARM32.h | 496 InstARM32(Cfg *Func, InstKindARM32 Kind, SizeT Maxsrcs, Variable *Dest) in InstARM32() 515 InstARM32Pred(Cfg *Func, InstKindARM32 Kind, SizeT Maxsrcs, Variable *Dest, in InstARM32Pred() 557 static InstARM32UnaryopGPR *create(Cfg *Func, Variable *Dest, Operand *Src, in create() 581 InstARM32UnaryopGPR(Cfg *Func, Variable *Dest, Operand *Src, in InstARM32UnaryopGPR() 598 static InstARM32UnaryopFP *create(Cfg *Func, Variable *Dest, Variable *Src, in create() 622 InstARM32UnaryopFP(Cfg *Func, Variable *Dest, Operand *Src, in InstARM32UnaryopFP() 641 create(Cfg *Func, Variable *Dest, Variable *Src, CondARM32::Cond Predicate) { in create() 649 InstARM32UnaryopSignAwareFP(Cfg *Func, Variable *Dest, Operand *Src, in InstARM32UnaryopSignAwareFP() 663 static InstARM32TwoAddrGPR *create(Cfg *Func, Variable *Dest, Operand *Src, in create() 687 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 | 71 Inst::Inst(Cfg *Func, InstKind Kind, SizeT MaxSrcs, Variable *Dest) in Inst() 265 InstAlloca::InstAlloca(Cfg *Func, Variable *Dest, Operand *ByteCount, in InstAlloca() 273 InstArithmetic::InstArithmetic(Cfg *Func, OpKind Op, Variable *Dest, in InstArithmetic() 296 InstAssign::InstAssign(Cfg *Func, Variable *Dest, Operand *Source) in InstAssign() 349 InstCast::InstCast(Cfg *Func, OpKind CastKind, Variable *Dest, Operand *Source) in InstCast() 354 InstExtractElement::InstExtractElement(Cfg *Func, Variable *Dest, in InstExtractElement() 361 InstFcmp::InstFcmp(Cfg *Func, FCond Condition, Variable *Dest, Operand *Source1, in InstFcmp() 368 InstIcmp::InstIcmp(Cfg *Func, ICond Condition, Variable *Dest, Operand *Source1, in InstIcmp() 375 InstInsertElement::InstInsertElement(Cfg *Func, Variable *Dest, in InstInsertElement() 384 InstLoad::InstLoad(Cfg *Func, Variable *Dest, Operand *SourceAddr) in InstLoad() [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::__anon450638ec0211::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 …]
|
D | IceInst.h | 252 Variable *Dest; variable 275 InstHighLevel(Cfg *Func, InstKind Kind, SizeT MaxSrcs, Variable *Dest) in InstHighLevel() 294 static InstAlloca *create(Cfg *Func, Variable *Dest, Operand *ByteCount, in create() 330 static InstArithmetic *create(Cfg *Func, OpKind Op, Variable *Dest, in create() 365 static InstAssign *create(Cfg *Func, Variable *Dest, Operand *Source) { in create() 457 InstCall(Cfg *Func, SizeT NumArgs, Variable *Dest, Operand *CallTarget, in InstCall() 488 static InstCast *create(Cfg *Func, OpKind CastKind, Variable *Dest, in create() 511 static InstExtractElement *create(Cfg *Func, Variable *Dest, Operand *Source1, in create() 543 static InstFcmp *create(Cfg *Func, FCond Condition, Variable *Dest, in create() 575 static InstIcmp *create(Cfg *Func, ICond Condition, Variable *Dest, in create() [all …]
|
/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-10.0/llvm/lib/ExecutionEngine/Interpreter/ |
D | Execution.cpp | 49 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-project/llvm/lib/ExecutionEngine/Interpreter/ |
D | Execution.cpp | 49 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() 194 GenericValue Dest; in executeICMP_EQ() local 208 GenericValue Dest; in executeICMP_NE() local 222 GenericValue Dest; in executeICMP_ULT() local 236 GenericValue Dest; in executeICMP_SLT() 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/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | TypeStreamMerger.cpp | 241 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/llvm-project/llvm/lib/DebugInfo/CodeView/ |
D | TypeStreamMerger.cpp | 241 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() 366 GlobalTypeTableBuilder &Dest = in remapType() local 371 MergingTypeTableBuilder &Dest = in remapType() local 431 Error llvm::codeview::mergeTypeRecords(MergingTypeTableBuilder &Dest, in mergeTypeRecords() 438 Error llvm::codeview::mergeIdRecords(MergingTypeTableBuilder &Dest, in mergeIdRecords() 463 Error llvm::codeview::mergeTypeRecords(GlobalTypeTableBuilder &Dest, in mergeTypeRecords() 472 Error llvm::codeview::mergeIdRecords(GlobalTypeTableBuilder &Dest, in mergeIdRecords()
|
/external/llvm-project/llvm/lib/Support/ |
D | BinaryStreamReader.cpp | 44 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/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | BinaryStreamReader.cpp | 44 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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | BinaryStreamReader.h | 75 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/llvm-project/llvm/include/llvm/Support/ |
D | BinaryStreamReader.h | 76 template <typename T> Error readInteger(T &Dest) { in readInteger() 90 template <typename T> Error readEnum(T &Dest) { in readEnum() 170 template <typename T> Error readObject(const T *&Dest) { in readObject()
|
/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/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/ |
D | MIParser.cpp | 1438 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 …]
|
/external/llvm-project/llvm/lib/CodeGen/MIRParser/ |
D | MIParser.cpp | 1492 bool MIParser::parseRegisterOperand(MachineOperand &Dest, in parseRegisterOperand() 1577 bool MIParser::parseImmediateOperand(MachineOperand &Dest) { in parseImmediateOperand() 1589 MachineOperand &Dest, in parseTargetImmMnemonic() 1736 bool MIParser::parseTypedImmediateOperand(MachineOperand &Dest) { in parseTypedImmediateOperand() 1761 bool MIParser::parseFPImmediateOperand(MachineOperand &Dest) { in parseFPImmediateOperand() 1839 bool MIParser::parseMBBOperand(MachineOperand &Dest) { in parseMBBOperand() 1869 bool MIParser::parseStackObjectOperand(MachineOperand &Dest) { in parseStackObjectOperand() 1891 bool MIParser::parseFixedStackObjectOperand(MachineOperand &Dest) { in parseFixedStackObjectOperand() 1935 bool MIParser::parseGlobalAddressOperand(MachineOperand &Dest) { in parseGlobalAddressOperand() 1946 bool MIParser::parseConstantPoolIndexOperand(MachineOperand &Dest) { in parseConstantPoolIndexOperand() [all …]
|