Home
last modified time | relevance | path

Searched refs:Addr (Results 1 - 25 of 271) sorted by relevance

1234567891011

/third_party/elfutils/libcpu/
H A Dmemory-access.h52 # define read_2ubyte_unaligned(Addr) \
54 ? bswap_16 (*((const uint16_t *) (Addr))) \
55 : *((const uint16_t *) (Addr)))
56 # define read_2sbyte_unaligned(Addr) \
58 ? (int16_t) bswap_16 (*((const int16_t *) (Addr))) \
59 : *((const int16_t *) (Addr)))
61 # define read_4ubyte_unaligned_noncvt(Addr) \
62 *((const uint32_t *) (Addr))
63 # define read_4ubyte_unaligned(Addr) \
65 ? bswap_32 (*((const uint32_t *) (Addr))) \
[all...]
/third_party/elfutils/libdw/
H A Dmemory-access.h199 # define read_2ubyte_unaligned(Dbg, Addr) \
201 ? bswap_16 (*((const uint16_t *) (Addr))) \
202 : *((const uint16_t *) (Addr)))
203 # define read_2sbyte_unaligned(Dbg, Addr) \
205 ? (int16_t) bswap_16 (*((const int16_t *) (Addr))) \
206 : *((const int16_t *) (Addr)))
208 # define read_4ubyte_unaligned_noncvt(Addr) \
209 *((const uint32_t *) (Addr))
210 # define read_4ubyte_unaligned(Dbg, Addr) \
212 ? bswap_32 (*((const uint32_t *) (Addr))) \
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
H A DARCISelDAGToDAG.cpp47 bool SelectFrameADDR_ri(SDValue Addr, SDValue &Base, SDValue &Offset);
48 bool SelectAddrModeS9(SDValue Addr, SDValue &Base, SDValue &Offset);
49 bool SelectAddrModeImm(SDValue Addr, SDValue &Base, SDValue &Offset);
50 bool SelectAddrModeFar(SDValue Addr, SDValue &Base, SDValue &Offset);
75 bool ARCDAGToDAGISel::SelectAddrModeImm(SDValue Addr, SDValue &Base, in SelectAddrModeImm() argument
77 if (Addr.getOpcode() == ARCISD::GAWRAPPER) { in SelectAddrModeImm()
78 Base = Addr.getOperand(0); in SelectAddrModeImm()
79 Offset = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i32); in SelectAddrModeImm()
85 bool ARCDAGToDAGISel::SelectAddrModeS9(SDValue Addr, SDValue &Base, in SelectAddrModeS9() argument
87 if (Addr in SelectAddrModeS9()
127 SelectAddrModeFar(SDValue Addr, SDValue &Base, SDValue &Offset) SelectAddrModeFar() argument
146 SelectFrameADDR_ri(SDValue Addr, SDValue &Base, SDValue &Offset) SelectFrameADDR_ri() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
H A DLanaiISelDAGToDAG.cpp77 bool selectAddrRi(SDValue Addr, SDValue &Base, SDValue &Offset,
79 bool selectAddrRr(SDValue Addr, SDValue &R1, SDValue &R2, SDValue &AluOp);
80 bool selectAddrSls(SDValue Addr, SDValue &Offset);
81 bool selectAddrSpls(SDValue Addr, SDValue &Base, SDValue &Offset,
90 bool selectAddrRiSpls(SDValue Addr, SDValue &Base, SDValue &Offset,
103 bool LanaiDAGToDAGISel::selectAddrSls(SDValue Addr, SDValue &Offset) { in selectAddrSls() argument
104 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Addr)) { in selectAddrSls()
105 SDLoc DL(Addr); in selectAddrSls()
113 if (Addr.getOpcode() == ISD::OR && in selectAddrSls()
114 Addr in selectAddrSls()
121 selectAddrRiSpls(SDValue Addr, SDValue &Base, SDValue &Offset, SDValue &AluOp, bool RiMode) selectAddrRiSpls() argument
201 selectAddrRi(SDValue Addr, SDValue &Base, SDValue &Offset, SDValue &AluOp) selectAddrRi() argument
206 selectAddrSpls(SDValue Addr, SDValue &Base, SDValue &Offset, SDValue &AluOp) selectAddrSpls() argument
211 selectAddrRr(SDValue Addr, SDValue &R1, SDValue &R2, SDValue &AluOp) selectAddrRr() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DRDFGraph.cpp69 uint16_t Attrs = NA.Addr->getAttrs(); in operator <<()
111 << Print<RegisterRef>(RA.Addr->getRegRef(G), G) << '>'; in printRefHeader()
112 if (RA.Addr->getFlags() & NodeAttrs::Fixed) in printRefHeader()
119 if (NodeId N = P.Obj.Addr->getReachingDef()) in operator <<()
122 if (NodeId N = P.Obj.Addr->getReachedDef()) in operator <<()
125 if (NodeId N = P.Obj.Addr->getReachedUse()) in operator <<()
128 if (NodeId N = P.Obj.Addr->getSibling()) in operator <<()
136 if (NodeId N = P.Obj.Addr->getReachingDef()) in operator <<()
139 if (NodeId N = P.Obj.Addr->getSibling()) in operator <<()
148 if (NodeId N = P.Obj.Addr in operator <<()
[all...]
H A DRDFLiveness.cpp118 if (RefA.Addr->getFlags() & NodeAttrs::Undef) in getAllReachingDefs()
126 if (NodeId RD = SNA.Addr->getReachingDef()) in getAllReachingDefs()
129 for (auto S : DFG.getRelatedRefs(RefA.Addr->getOwner(DFG), RefA)) in getAllReachingDefs()
130 if (NodeId RD = NodeAddr<RefNode*>(S).Addr->getReachingDef()) in getAllReachingDefs()
142 if (TA.Addr->getFlags() & NodeAttrs::PhiRef) in getAllReachingDefs()
145 RegisterRef RR = TA.Addr->getRegRef(DFG); in getAllReachingDefs()
151 for (auto S : DFG.getRelatedRefs(TA.Addr->getOwner(DFG), TA)) in getAllReachingDefs()
152 if (NodeId RD = NodeAddr<RefNode*>(S).Addr->getReachingDef()) in getAllReachingDefs()
161 bool IsPhi = TA.Addr->getFlags() & NodeAttrs::PhiRef; in getAllReachingDefs()
162 if (!IsPhi && !PRI.alias(RefRR, TA.Addr in getAllReachingDefs()
[all...]
H A DRDFCopy.cpp72 for (NodeAddr<InstrNode*> IA : BA.Addr->members(DFG)) { in scanBlock()
76 if (interpretAsCopy(SA.Addr->getCode(), EM)) in scanBlock()
92 if (RA.Addr->getKind() == NodeAttrs::Def) in getLocalReachingDef()
94 assert(RA.Addr->getKind() == NodeAttrs::Use); in getLocalReachingDef()
95 if (NodeId RD = RA.Addr->getReachingDef()) in getLocalReachingDef()
107 dbgs() << "Instr: " << *DFG.addr<StmtNode*>(I).Addr->getCode(); in run()
144 for (NodeAddr<DefNode*> DA : SA.Addr->members_if(DFG.IsDef, DFG)) { in run()
145 RegisterRef DR = DA.Addr->getRegRef(DFG); in run()
155 for (NodeId N = DA.Addr->getReachedUse(), NextN; N; N = NextN) { in run()
157 NextN = UA.Addr in run()
[all...]
H A DRDFDeadCode.cpp86 if (!isLiveInstr(NodeAddr<StmtNode*>(IA).Addr->getCode())) in scanInstr()
88 for (NodeAddr<RefNode*> RA : IA.Addr->members(DFG)) { in scanInstr()
96 NodeAddr<InstrNode*> IA = DA.Addr->getOwner(DFG); in processDef()
97 for (NodeAddr<UseNode*> UA : IA.Addr->members_if(DFG.IsUse, DFG)) { in processDef()
128 for (NodeAddr<BlockNode*> BA : DFG.getFunc().Addr->members(DFG)) in collect()
129 for (NodeAddr<InstrNode*> IA : BA.Addr->members(DFG)) in collect()
151 for (NodeAddr<DefNode*> DA : IA.Addr->members_if(DFG.IsDef, DFG)) in collect()
157 for (NodeAddr<BlockNode*> BA : DFG.getFunc().Addr->members(DFG)) { in collect()
158 for (NodeAddr<InstrNode*> IA : BA.Addr->members(DFG)) { in collect()
159 for (NodeAddr<RefNode*> RA : IA.Addr in collect()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMips16ISelDAGToDAG.cpp98 bool Mips16DAGToDAGISel::selectAddr(bool SPAllowed, SDValue Addr, SDValue &Base, in selectAddr() argument
100 SDLoc DL(Addr); in selectAddr()
101 EVT ValTy = Addr.getValueType(); in selectAddr()
105 if (FrameIndexSDNode *FIN = dyn_cast<FrameIndexSDNode>(Addr)) { in selectAddr()
112 if (Addr.getOpcode() == MipsISD::Wrapper) { in selectAddr()
113 Base = Addr.getOperand(0); in selectAddr()
114 Offset = Addr.getOperand(1); in selectAddr()
118 if ((Addr.getOpcode() == ISD::TargetExternalSymbol || in selectAddr()
119 Addr.getOpcode() == ISD::TargetGlobalAddress)) in selectAddr()
123 if (CurDAG->isBaseWithConstantOffset(Addr)) { in selectAddr()
167 selectAddr16(SDValue Addr, SDValue &Base, SDValue &Offset) selectAddr16() argument
172 selectAddr16SP(SDValue Addr, SDValue &Base, SDValue &Offset) selectAddr16SP() argument
[all...]
H A DMipsSEISelDAGToDAG.h45 bool selectAddrFrameIndex(SDValue Addr, SDValue &Base, SDValue &Offset) const;
46 bool selectAddrFrameIndexOffset(SDValue Addr, SDValue &Base, SDValue &Offset,
50 bool selectAddrRegImm(SDValue Addr, SDValue &Base,
53 bool selectAddrDefault(SDValue Addr, SDValue &Base,
56 bool selectIntAddr(SDValue Addr, SDValue &Base,
59 bool selectAddrRegImm9(SDValue Addr, SDValue &Base,
62 bool selectAddrRegImm11(SDValue Addr, SDValue &Base,
65 bool selectAddrRegImm12(SDValue Addr, SDValue &Base,
68 bool selectAddrRegImm16(SDValue Addr, SDValue &Base,
71 bool selectIntAddr11MM(SDValue Addr, SDValu
[all...]
H A DMipsSEISelDAGToDAG.cpp268 bool MipsSEDAGToDAGISel::selectAddrFrameIndex(SDValue Addr, SDValue &Base, in selectAddrFrameIndex() argument
270 if (FrameIndexSDNode *FIN = dyn_cast<FrameIndexSDNode>(Addr)) { in selectAddrFrameIndex()
271 EVT ValTy = Addr.getValueType(); in selectAddrFrameIndex()
274 Offset = CurDAG->getTargetConstant(0, SDLoc(Addr), ValTy); in selectAddrFrameIndex()
282 SDValue Addr, SDValue &Base, SDValue &Offset, unsigned OffsetBits, in selectAddrFrameIndexOffset()
284 if (CurDAG->isBaseWithConstantOffset(Addr)) { in selectAddrFrameIndexOffset()
285 ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1)); in selectAddrFrameIndexOffset()
287 EVT ValTy = Addr.getValueType(); in selectAddrFrameIndexOffset()
291 dyn_cast<FrameIndexSDNode>(Addr.getOperand(0))) in selectAddrFrameIndexOffset()
294 Base = Addr in selectAddrFrameIndexOffset()
281 selectAddrFrameIndexOffset( SDValue Addr, SDValue &Base, SDValue &Offset, unsigned OffsetBits, unsigned ShiftAmount = 0) const selectAddrFrameIndexOffset() argument
312 selectAddrRegImm(SDValue Addr, SDValue &Base, SDValue &Offset) const selectAddrRegImm() argument
362 selectAddrDefault(SDValue Addr, SDValue &Base, SDValue &Offset) const selectAddrDefault() argument
369 selectIntAddr(SDValue Addr, SDValue &Base, SDValue &Offset) const selectIntAddr() argument
375 selectAddrRegImm9(SDValue Addr, SDValue &Base, SDValue &Offset) const selectAddrRegImm9() argument
387 selectAddrRegImm11(SDValue Addr, SDValue &Base, SDValue &Offset) const selectAddrRegImm11() argument
399 selectAddrRegImm12(SDValue Addr, SDValue &Base, SDValue &Offset) const selectAddrRegImm12() argument
410 selectAddrRegImm16(SDValue Addr, SDValue &Base, SDValue &Offset) const selectAddrRegImm16() argument
421 selectIntAddr11MM(SDValue Addr, SDValue &Base, SDValue &Offset) const selectIntAddr11MM() argument
427 selectIntAddr12MM(SDValue Addr, SDValue &Base, SDValue &Offset) const selectIntAddr12MM() argument
433 selectIntAddr16MM(SDValue Addr, SDValue &Base, SDValue &Offset) const selectIntAddr16MM() argument
439 selectIntAddrLSL2MM(SDValue Addr, SDValue &Base, SDValue &Offset) const selectIntAddrLSL2MM() argument
461 selectIntAddrSImm10(SDValue Addr, SDValue &Base, SDValue &Offset) const selectIntAddrSImm10() argument
473 selectIntAddrSImm10Lsl1(SDValue Addr, SDValue &Base, SDValue &Offset) const selectIntAddrSImm10Lsl1() argument
484 selectIntAddrSImm10Lsl2(SDValue Addr, SDValue &Base, SDValue &Offset) const selectIntAddrSImm10Lsl2() argument
495 selectIntAddrSImm10Lsl3(SDValue Addr, SDValue &Base, SDValue &Offset) const selectIntAddrSImm10Lsl3() argument
[all...]
H A DMipsISelDAGToDAG.h58 virtual bool selectAddrRegImm(SDValue Addr, SDValue &Base,
62 virtual bool selectAddrDefault(SDValue Addr, SDValue &Base,
66 virtual bool selectIntAddr(SDValue Addr, SDValue &Base,
69 virtual bool selectIntAddr11MM(SDValue Addr, SDValue &Base,
72 virtual bool selectIntAddr12MM(SDValue Addr, SDValue &Base,
75 virtual bool selectIntAddr16MM(SDValue Addr, SDValue &Base,
78 virtual bool selectIntAddrLSL2MM(SDValue Addr, SDValue &Base,
82 virtual bool selectIntAddrSImm10(SDValue Addr, SDValue &Base,
85 virtual bool selectIntAddrSImm10Lsl1(SDValue Addr, SDValue &Base,
88 virtual bool selectIntAddrSImm10Lsl2(SDValue Addr, SDValu
[all...]
H A DMipsISelDAGToDAG.cpp76 bool MipsDAGToDAGISel::selectAddrRegImm(SDValue Addr, SDValue &Base, in selectAddrRegImm() argument
82 bool MipsDAGToDAGISel::selectAddrDefault(SDValue Addr, SDValue &Base, in selectAddrDefault() argument
88 bool MipsDAGToDAGISel::selectIntAddr(SDValue Addr, SDValue &Base, in selectIntAddr() argument
94 bool MipsDAGToDAGISel::selectIntAddr11MM(SDValue Addr, SDValue &Base, in selectIntAddr11MM() argument
100 bool MipsDAGToDAGISel::selectIntAddr12MM(SDValue Addr, SDValue &Base, in selectIntAddr12MM() argument
106 bool MipsDAGToDAGISel::selectIntAddr16MM(SDValue Addr, SDValue &Base, in selectIntAddr16MM() argument
112 bool MipsDAGToDAGISel::selectIntAddrLSL2MM(SDValue Addr, SDValue &Base, in selectIntAddrLSL2MM() argument
118 bool MipsDAGToDAGISel::selectIntAddrSImm10(SDValue Addr, SDValue &Base, in selectIntAddrSImm10() argument
124 bool MipsDAGToDAGISel::selectIntAddrSImm10Lsl1(SDValue Addr, SDValue &Base, in selectIntAddrSImm10Lsl1() argument
130 bool MipsDAGToDAGISel::selectIntAddrSImm10Lsl2(SDValue Addr, SDValu argument
136 selectIntAddrSImm10Lsl3(SDValue Addr, SDValue &Base, SDValue &Offset) const selectIntAddrSImm10Lsl3() argument
142 selectAddr16(SDValue Addr, SDValue &Base, SDValue &Offset) selectAddr16() argument
148 selectAddr16SP(SDValue Addr, SDValue &Base, SDValue &Offset) selectAddr16SP() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp178 uint64_t Addr, const void *Decoder);
180 uint64_t Addr,
183 uint64_t Addr, const void *Decoder);
185 uint64_t Addr,
188 uint64_t Addr, const void *Decoder);
190 uint64_t Addr,
193 uint64_t Addr, const void *Decoder);
195 uint64_t Addr, const void *Decoder);
197 uint64_t Addr, const void *Decoder);
199 uint64_t Addr, cons
314 DecodeFPR128RegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Addr, const void *Decoder) DecodeFPR128RegisterClass() argument
325 DecodeFPR128_loRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Addr, const void *Decoder) DecodeFPR128_loRegisterClass() argument
343 DecodeFPR64RegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Addr, const void *Decoder) DecodeFPR64RegisterClass() argument
364 DecodeFPR32RegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Addr, const void *Decoder) DecodeFPR32RegisterClass() argument
385 DecodeFPR16RegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Addr, const void *Decoder) DecodeFPR16RegisterClass() argument
406 DecodeFPR8RegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Addr, const void *Decoder) DecodeFPR8RegisterClass() argument
427 DecodeGPR64commonRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Addr, const void *Decoder) DecodeGPR64commonRegisterClass() argument
438 DecodeGPR64RegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Addr, const void *Decoder) DecodeGPR64RegisterClass() argument
449 DecodeGPR64spRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Addr, const void *Decoder) DecodeGPR64spRegisterClass() argument
471 DecodeGPR32RegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Addr, const void *Decoder) DecodeGPR32RegisterClass() argument
482 DecodeGPR32spRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Addr, const void *Decoder) DecodeGPR32spRegisterClass() argument
608 DecodePPRRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Addr, const void *Decoder) DecodePPRRegisterClass() argument
618 DecodePPR_3bRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Addr, const void* Decoder) DecodePPR_3bRegisterClass() argument
638 DecodeVectorRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Addr, const void *Decoder) DecodeVectorRegisterClass() argument
660 DecodeQQRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Addr, const void *Decoder) DecodeQQRegisterClass() argument
683 DecodeQQQRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Addr, const void *Decoder) DecodeQQQRegisterClass() argument
706 DecodeQQQQRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Addr, const void *Decoder) DecodeQQQQRegisterClass() argument
727 DecodeDDRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Addr, const void *Decoder) DecodeDDRegisterClass() argument
750 DecodeDDDRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Addr, const void *Decoder) DecodeDDDRegisterClass() argument
773 DecodeDDDDRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Addr, const void *Decoder) DecodeDDDDRegisterClass() argument
783 DecodeFixedPointScaleImm32(MCInst &Inst, unsigned Imm, uint64_t Addr, const void *Decoder) DecodeFixedPointScaleImm32() argument
792 DecodeFixedPointScaleImm64(MCInst &Inst, unsigned Imm, uint64_t Addr, const void *Decoder) DecodeFixedPointScaleImm64() argument
799 DecodePCRelLabel19(MCInst &Inst, unsigned Imm, uint64_t Addr, const void *Decoder) DecodePCRelLabel19() argument
875 DecodeVecShiftR64Imm(MCInst &Inst, unsigned Imm, uint64_t Addr, const void *Decoder) DecodeVecShiftR64Imm() argument
880 DecodeVecShiftR64ImmNarrow(MCInst &Inst, unsigned Imm, uint64_t Addr, const void *Decoder) DecodeVecShiftR64ImmNarrow() argument
886 DecodeVecShiftR32Imm(MCInst &Inst, unsigned Imm, uint64_t Addr, const void *Decoder) DecodeVecShiftR32Imm() argument
891 DecodeVecShiftR32ImmNarrow(MCInst &Inst, unsigned Imm, uint64_t Addr, const void *Decoder) DecodeVecShiftR32ImmNarrow() argument
897 DecodeVecShiftR16Imm(MCInst &Inst, unsigned Imm, uint64_t Addr, const void *Decoder) DecodeVecShiftR16Imm() argument
902 DecodeVecShiftR16ImmNarrow(MCInst &Inst, unsigned Imm, uint64_t Addr, const void *Decoder) DecodeVecShiftR16ImmNarrow() argument
908 DecodeVecShiftR8Imm(MCInst &Inst, unsigned Imm, uint64_t Addr, const void *Decoder) DecodeVecShiftR8Imm() argument
913 DecodeVecShiftL64Imm(MCInst &Inst, unsigned Imm, uint64_t Addr, const void *Decoder) DecodeVecShiftL64Imm() argument
918 DecodeVecShiftL32Imm(MCInst &Inst, unsigned Imm, uint64_t Addr, const void *Decoder) DecodeVecShiftL32Imm() argument
923 DecodeVecShiftL16Imm(MCInst &Inst, unsigned Imm, uint64_t Addr, const void *Decoder) DecodeVecShiftL16Imm() argument
928 DecodeVecShiftL8Imm(MCInst &Inst, unsigned Imm, uint64_t Addr, const void *Decoder) DecodeVecShiftL8Imm() argument
933 DecodeThreeAddrSRegInstruction(MCInst &Inst, uint32_t insn, uint64_t Addr, const void *Decoder) DecodeThreeAddrSRegInstruction() argument
995 DecodeMoveImmInstruction(MCInst &Inst, uint32_t insn, uint64_t Addr, const void *Decoder) DecodeMoveImmInstruction() argument
1028 DecodeUnsignedLdStInstruction(MCInst &Inst, uint32_t insn, uint64_t Addr, const void *Decoder) DecodeUnsignedLdStInstruction() argument
1089 DecodeSignedLdStInstruction(MCInst &Inst, uint32_t insn, uint64_t Addr, const void *Decoder) DecodeSignedLdStInstruction() argument
1287 DecodeExclusiveLdStInstruction(MCInst &Inst, uint32_t insn, uint64_t Addr, const void *Decoder) DecodeExclusiveLdStInstruction() argument
1370 DecodePairLdStInstruction(MCInst &Inst, uint32_t insn, uint64_t Addr, const void *Decoder) DecodePairLdStInstruction() argument
1504 DecodeAddSubERegInstruction(MCInst &Inst, uint32_t insn, uint64_t Addr, const void *Decoder) DecodeAddSubERegInstruction() argument
1561 DecodeLogicalImmInstruction(MCInst &Inst, uint32_t insn, uint64_t Addr, const void *Decoder) DecodeLogicalImmInstruction() argument
1592 DecodeModImmInstruction(MCInst &Inst, uint32_t insn, uint64_t Addr, const void *Decoder) DecodeModImmInstruction() argument
1631 DecodeModImmTiedInstruction(MCInst &Inst, uint32_t insn, uint64_t Addr, const void *Decoder) DecodeModImmTiedInstruction() argument
1649 DecodeAdrInstruction(MCInst &Inst, uint32_t insn, uint64_t Addr, const void *Decoder) DecodeAdrInstruction() argument
1668 DecodeAddSubImmShift(MCInst &Inst, uint32_t insn, uint64_t Addr, const void *Decoder) DecodeAddSubImmShift() argument
1704 DecodeUnconditionalBranch(MCInst &Inst, uint32_t insn, uint64_t Addr, const void *Decoder) DecodeUnconditionalBranch() argument
1721 DecodeSystemPStateInstruction(MCInst &Inst, uint32_t insn, uint64_t Addr, const void *Decoder) DecodeSystemPStateInstruction() argument
1751 DecodeTestAndBranch(MCInst &Inst, uint32_t insn, uint64_t Addr, const void *Decoder) DecodeTestAndBranch() argument
1775 DecodeGPRSeqPairsClassRegisterClass(MCInst &Inst, unsigned RegClassID, unsigned RegNo, uint64_t Addr, const void *Decoder) DecodeGPRSeqPairsClassRegisterClass() argument
1789 DecodeWSeqPairsClassRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Addr, const void *Decoder) DecodeWSeqPairsClassRegisterClass() argument
1798 DecodeXSeqPairsClassRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Addr, const void *Decoder) DecodeXSeqPairsClassRegisterClass() argument
1807 DecodeSVELogicalImmInstruction(llvm::MCInst &Inst, uint32_t insn, uint64_t Addr, const void *Decoder) DecodeSVELogicalImmInstruction() argument
1840 DecodeImm8OptLsl(MCInst &Inst, unsigned Imm, uint64_t Addr, const void *Decoder) DecodeImm8OptLsl() argument
1852 DecodeSVEIncDecImm(MCInst &Inst, unsigned Imm, uint64_t Addr, const void *Decoder) DecodeSVEIncDecImm() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp150 uint64_t Addr = Sections[Idx].getLoadAddress(); in resolveLocalRelocations() local
152 << format("%p", (uintptr_t)Addr) << "\n"); in resolveLocalRelocations()
153 resolveRelocationList(it->second, Addr); in resolveLocalRelocations()
292 uint64_t Addr = 0; in loadObjectImpl() local
294 Addr = *AddrOrErr; in loadObjectImpl()
302 << " Offset: " << format("%p", (uintptr_t)Addr) in loadObjectImpl()
304 GlobalSymbolTable[Name] = SymbolTableEntry(SectionID, Addr, *JITSymFlags); in loadObjectImpl()
726 uint8_t *Addr = MemMgr.allocateDataSection(CommonSize, CommonAlign, SectionID, in emitCommonSymbols() local
728 if (!Addr) in emitCommonSymbols()
732 SectionEntry("<common symbols>", Addr, CommonSiz in emitCommonSymbols()
807 uint8_t *Addr; emitSection() local
931 createStubFunction(uint8_t *Addr, unsigned AbiVariant) createStubFunction() argument
1039 reassignSectionAddress(unsigned SectionID, uint64_t Addr) reassignSectionAddress() argument
1084 uint64_t Addr = 0; applyExternalSymbolRelocations() local
1360 reassignSectionAddress(unsigned SectionID, uint64_t Addr) reassignSectionAddress() argument
[all...]
H A DRTDyldMemoryManager.cpp97 void RTDyldMemoryManager::registerEHFramesInProcess(uint8_t *Addr, in registerEHFramesInProcess() argument
102 const char *P = (const char *)Addr; in registerEHFramesInProcess()
109 void RTDyldMemoryManager::deregisterEHFramesInProcess(uint8_t *Addr, in deregisterEHFramesInProcess() argument
111 const char *P = (const char *)Addr; in deregisterEHFramesInProcess()
120 void RTDyldMemoryManager::registerEHFramesInProcess(uint8_t *Addr, in registerEHFramesInProcess() argument
127 __register_frame(Addr); in registerEHFramesInProcess()
130 void RTDyldMemoryManager::deregisterEHFramesInProcess(uint8_t *Addr, in deregisterEHFramesInProcess() argument
132 __deregister_frame(Addr); in deregisterEHFramesInProcess()
137 void RTDyldMemoryManager::registerEHFrames(uint8_t *Addr, uint64_t LoadAddr, in registerEHFrames() argument
139 registerEHFramesInProcess(Addr, Siz in registerEHFrames()
292 uint64_t Addr = getSymbolAddress(Name); getPointerToNamedFunction() local
[all...]
H A DRuntimeDyldImpl.h321 void writeInt16BE(uint8_t *Addr, uint16_t Value) { in writeInt16BE() argument
324 *Addr = (Value >> 8) & 0xFF; in writeInt16BE()
325 *(Addr + 1) = Value & 0xFF; in writeInt16BE()
328 void writeInt32BE(uint8_t *Addr, uint32_t Value) { in writeInt32BE() argument
331 *Addr = (Value >> 24) & 0xFF; in writeInt32BE()
332 *(Addr + 1) = (Value >> 16) & 0xFF; in writeInt32BE()
333 *(Addr + 2) = (Value >> 8) & 0xFF; in writeInt32BE()
334 *(Addr + 3) = Value & 0xFF; in writeInt32BE()
337 void writeInt64BE(uint8_t *Addr, uint64_t Value) { in writeInt64BE() argument
340 *Addr in writeInt64BE()
370 modifyAddressBasedOnFlags(uint64_t Addr, JITSymbolFlags Flags) const modifyAddressBasedOnFlags() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
H A DSectionMemoryManager.cpp50 uintptr_t Addr = 0; in allocateSection() local
68 Addr = (uintptr_t)FreeMB.Free.base(); in allocateSection()
69 uintptr_t EndOfBlock = Addr + FreeMB.Free.allocatedSize(); in allocateSection()
71 Addr = (Addr + Alignment - 1) & ~(uintptr_t)(Alignment - 1); in allocateSection()
75 MemGroup.PendingMem.push_back(sys::MemoryBlock((void *)Addr, Size)); in allocateSection()
84 Addr + Size - (uintptr_t)PendingMB.base()); in allocateSection()
89 sys::MemoryBlock((void *)(Addr + Size), EndOfBlock - Addr - Size); in allocateSection()
90 return (uint8_t *)Addr; in allocateSection()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
H A DSparcISelDAGToDAG.cpp75 bool SparcDAGToDAGISel::SelectADDRri(SDValue Addr, in SelectADDRri() argument
77 if (FrameIndexSDNode *FIN = dyn_cast<FrameIndexSDNode>(Addr)) { in SelectADDRri()
80 Offset = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i32); in SelectADDRri()
83 if (Addr.getOpcode() == ISD::TargetExternalSymbol || in SelectADDRri()
84 Addr.getOpcode() == ISD::TargetGlobalAddress || in SelectADDRri()
85 Addr.getOpcode() == ISD::TargetGlobalTLSAddress) in SelectADDRri()
88 if (Addr.getOpcode() == ISD::ADD) { in SelectADDRri()
89 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1))) { in SelectADDRri()
92 dyn_cast<FrameIndexSDNode>(Addr.getOperand(0))) { in SelectADDRri()
97 Base = Addr in SelectADDRri()
120 SelectADDRrr(SDValue Addr, SDValue &R1, SDValue &R2) SelectADDRrr() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp106 bool addrPointsToConstantData(Value *Addr);
107 int getMemoryAccessFuncIndex(Value *Addr, const DataLayout &DL);
308 static bool shouldInstrumentReadWriteFromAddress(const Module *M, Value *Addr) { in shouldInstrumentReadWriteFromAddress() argument
310 Addr = Addr->stripInBoundsOffsets(); in shouldInstrumentReadWriteFromAddress()
312 if (GlobalVariable *GV = dyn_cast<GlobalVariable>(Addr)) { in shouldInstrumentReadWriteFromAddress()
330 if (Addr) { in shouldInstrumentReadWriteFromAddress()
331 Type *PtrTy = cast<PointerType>(Addr->getType()->getScalarType()); in shouldInstrumentReadWriteFromAddress()
339 bool ThreadSanitizer::addrPointsToConstantData(Value *Addr) { in addrPointsToConstantData() argument
341 if (GetElementPtrInst *GEP = dyn_cast<GetElementPtrInst>(Addr)) in addrPointsToConstantData()
379 Value *Addr = Store->getPointerOperand(); chooseInstructionsToInstrument() local
385 Value *Addr = Load->getPointerOperand(); chooseInstructionsToInstrument() local
398 Value *Addr = isa<StoreInst>(*I) chooseInstructionsToInstrument() local
523 Value *Addr = IsWrite instrumentLoadOrStore() local
632 Value *Addr = LI->getPointerOperand(); instrumentAtomic() local
647 Value *Addr = SI->getPointerOperand(); instrumentAtomic() local
661 Value *Addr = RMWI->getPointerOperand(); instrumentAtomic() local
678 Value *Addr = CASI->getPointerOperand(); instrumentAtomic() local
721 getMemoryAccessFuncIndex(Value *Addr, const DataLayout &DL) getMemoryAccessFuncIndex() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp201 virtual bool SelectADDRVTX_READ(SDValue Addr, SDValue &Base, SDValue &Offset);
202 virtual bool SelectADDRIndirect(SDValue Addr, SDValue &Base, SDValue &Offset);
208 bool SelectMUBUF(SDValue Addr, SDValue &SRsrc, SDValue &VAddr,
212 bool SelectMUBUFAddr64(SDValue Addr, SDValue &SRsrc, SDValue &VAddr,
216 bool SelectMUBUFAddr64(SDValue Addr, SDValue &SRsrc,
220 SDValue Addr, SDValue &RSrc, SDValue &VAddr,
223 SDValue Addr, SDValue &SRsrc, SDValue &Soffset,
226 bool SelectMUBUFOffset(SDValue Addr, SDValue &SRsrc, SDValue &SOffset,
229 bool SelectMUBUFOffset(SDValue Addr, SDValue &SRsrc, SDValue &Soffset,
231 bool SelectMUBUFOffset(SDValue Addr, SDValu
959 SelectADDRVTX_READ(SDValue Addr, SDValue &Base, SDValue &Offset) SelectADDRVTX_READ() argument
964 SelectADDRIndirect(SDValue Addr, SDValue &Base, SDValue &Offset) SelectADDRIndirect() argument
1185 SelectDS1Addr1Offset(SDValue Addr, SDValue &Base, SDValue &Offset) const SelectDS1Addr1Offset() argument
1258 SelectDS64Bit4ByteAligned(SDValue Addr, SDValue &Base, SDValue &Offset0, SDValue &Offset1) const SelectDS64Bit4ByteAligned() argument
1338 SelectMUBUF(SDValue Addr, SDValue &Ptr, SDValue &VAddr, SDValue &SOffset, SDValue &Offset, SDValue &Offen, SDValue &Idxen, SDValue &Addr64, SDValue &GLC, SDValue &SLC, SDValue &TFE, SDValue &DLC, SDValue &SWZ) const SelectMUBUF() argument
1433 SelectMUBUFAddr64(SDValue Addr, SDValue &SRsrc, SDValue &VAddr, SDValue &SOffset, SDValue &Offset, SDValue &GLC, SDValue &SLC, SDValue &TFE, SDValue &DLC, SDValue &SWZ) const SelectMUBUFAddr64() argument
1462 SelectMUBUFAddr64(SDValue Addr, SDValue &SRsrc, SDValue &VAddr, SDValue &SOffset, SDValue &Offset, SDValue &SLC) const SelectMUBUFAddr64() argument
1497 SelectMUBUFScratchOffen(SDNode *Parent, SDValue Addr, SDValue &Rsrc, SDValue &VAddr, SDValue &SOffset, SDValue &ImmOffset) const SelectMUBUFScratchOffen() argument
1564 SelectMUBUFScratchOffset(SDNode *Parent, SDValue Addr, SDValue &SRsrc, SDValue &SOffset, SDValue &Offset) const SelectMUBUFScratchOffset() argument
1591 SelectMUBUFOffset(SDValue Addr, SDValue &SRsrc, SDValue &SOffset, SDValue &Offset, SDValue &GLC, SDValue &SLC, SDValue &TFE, SDValue &DLC, SDValue &SWZ) const SelectMUBUFOffset() argument
1620 SelectMUBUFOffset(SDValue Addr, SDValue &SRsrc, SDValue &Soffset, SDValue &Offset ) const SelectMUBUFOffset() argument
1627 SelectMUBUFOffset(SDValue Addr, SDValue &SRsrc, SDValue &Soffset, SDValue &Offset, SDValue &SLC) const SelectMUBUFOffset() argument
1650 SelectFlatOffset(SDNode *N, SDValue Addr, SDValue &VAddr, SDValue &Offset, SDValue &SLC) const SelectFlatOffset() argument
1746 SelectFlatAtomic(SDNode *N, SDValue Addr, SDValue &VAddr, SDValue &Offset, SDValue &SLC) const SelectFlatAtomic() argument
1754 SelectFlatAtomicSigned(SDNode *N, SDValue Addr, SDValue &VAddr, SDValue &Offset, SDValue &SLC) const SelectFlatAtomicSigned() argument
1821 SelectSMRD(SDValue Addr, SDValue &SBase, SDValue &Offset, bool &Imm) const SelectSMRD() argument
1844 SelectSMRDImm(SDValue Addr, SDValue &SBase, SDValue &Offset) const SelectSMRDImm() argument
1850 SelectSMRDImm32(SDValue Addr, SDValue &SBase, SDValue &Offset) const SelectSMRDImm32() argument
1863 SelectSMRDSgpr(SDValue Addr, SDValue &SBase, SDValue &Offset) const SelectSMRDSgpr() argument
1870 SelectSMRDBufferImm(SDValue Addr, SDValue &Offset) const SelectSMRDBufferImm() argument
1876 SelectSMRDBufferImm32(SDValue Addr, SDValue &Offset) const SelectSMRDBufferImm32() argument
2757 SelectGlobalValueConstantOffset(SDValue Addr, SDValue& IntPtr) SelectGlobalValueConstantOffset() argument
2767 SelectGlobalValueVariableOffset(SDValue Addr, SDValue& BaseReg, SDValue &Offset) SelectGlobalValueVariableOffset() argument
2814 SelectADDRIndirect(SDValue Addr, SDValue &Base, SDValue &Offset) SelectADDRIndirect() argument
2838 SelectADDRVTX_READ(SDValue Addr, SDValue &Base, SDValue &Offset) SelectADDRVTX_READ() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileJITEventListener.cpp104 uint64_t Addr = *AddrOrErr; in notifyObjectLoaded() local
107 if (Wrapper->op_write_native_code(Name.data(), Addr, (void *)Addr, Size) == in notifyObjectLoaded()
110 << Name << " at [" << (void *)Addr << "-" in notifyObjectLoaded()
111 << ((char *)Addr + Size) << "]\n"); in notifyObjectLoaded()
115 DILineInfoTable Lines = Context->getLineInfoForAddressRange(Addr, Size); in notifyObjectLoaded()
130 if (Wrapper->op_write_debug_line_info((void *)Addr, num_entries, in notifyObjectLoaded()
133 << (void *)Addr << "-" << ((char *)Addr + Size) in notifyObjectLoaded()
160 uint64_t Addr in notifyFreeingObject() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/
H A DLineEntry.h23 uint64_t Addr; ///< Start address of this line entry. member
27 : Addr(A), File(F), Line(L) {} in LineEntry()
32 return OS << "addr=" << HEX64(LE.Addr) << ", file=" << format("%3u", LE.File) in operator <<()
37 return LHS.Addr == RHS.Addr && LHS.File == RHS.File && LHS.Line == RHS.Line; in operator ==()
43 return LHS.Addr < RHS.Addr; in operator <()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
H A DLineTable.cpp93 Row.Addr += Data.getULEB128(&Offset); in parse()
111 Row.Addr += AddrDelta; in parse()
202 if (Curr.Addr < BaseAddr) in encode()
206 PRIx64, Curr.Addr, BaseAddr); in encode()
207 if (Curr.Addr < Prev.Addr) in encode()
210 const uint64_t AddrDelta = Curr.Addr - Prev.Addr; in encode()
266 Expected<LineEntry> LineTable::lookup(DataExtractor &Data, uint64_t BaseAddr, uint64_t Addr) { in lookup() argument
269 [Addr, in lookup()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetServer.h54 std::function<void(uint8_t *Addr, uint32_t Size)>;
121 Error allocate(void *&Addr, size_t Size, uint32_t Align) { in allocate()
128 Addr = MB.base(); in allocate()
157 Expected<int32_t> handleCallIntVoid(JITTargetAddress Addr) { in handleCallIntVoid() argument
161 reinterpret_cast<IntVoidFnTy>(static_cast<uintptr_t>(Addr)); in handleCallIntVoid()
163 LLVM_DEBUG(dbgs() << " Calling " << format("0x%016x", Addr) << "\n"); in handleCallIntVoid()
170 Expected<int32_t> handleCallMain(JITTargetAddress Addr, in handleCallMain() argument
174 MainFnTy Fn = reinterpret_cast<MainFnTy>(static_cast<uintptr_t>(Addr)); in handleCallMain()
186 LLVM_DEBUG(dbgs() << " Calling " << format("0x%016x", Addr) << "\n"); in handleCallMain()
193 Error handleCallVoidVoid(JITTargetAddress Addr) { in handleCallVoidVoid() argument
227 uint8_t *Addr = reinterpret_cast<uint8_t *>(static_cast<uintptr_t>(TAddr)); handleDeregisterEHFrames() local
328 JITTargetAddress Addr = SymbolLookup(Name); handleGetSymbolAddress() local
368 uint8_t *Addr = reinterpret_cast<uint8_t *>(static_cast<uintptr_t>(TAddr)); handleRegisterEHFrames() local
397 handleSetProtections(ResourceIdMgr::ResourceId Id, JITTargetAddress Addr, uint32_t Flags) handleSetProtections() argument
424 handleWritePtr(JITTargetAddress Addr, JITTargetAddress PtrVal) handleWritePtr() argument
[all...]

Completed in 19 milliseconds

1234567891011