Searched refs:cast (Results 1 - 25 of 56) sorted by relevance

123

/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOTPLT.cpp41 GOTPLTEntry* got = &(llvm::cast<GOTPLTEntry>((*it)));
65 llvm::cast<GOTPLTEntry>(*it++).setValue(0); // PLT lazy resolver
66 llvm::cast<GOTPLTEntry>(*it++).setValue(0); // Module pointer
69 llvm::cast<GOTPLTEntry>(*it).setValue(pltAddr);
H A DMipsPLT.cpp84 memcpy(buffer, llvm::cast<MipsPLT0>((*it)).getValue(), MipsPLT0::EntrySize);
90 plta = &(llvm::cast<MipsPLTA>(*it));
119 PLTEntryBase* plt = &(llvm::cast<PLTEntryBase>(*it));
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonGOTPLT.cpp40 llvm::cast<HexagonGOTEntry>(*(m_SectionData->getFragmentList().begin()))
53 llvm::cast<HexagonGOTEntry>(*it).setValue(pPLT.addr());
H A DHexagonPLT.cpp59 PLTEntryBase* plt0 = &(llvm::cast<PLTEntryBase>(*first));
74 PLTEntryBase* plt1 = &(llvm::cast<PLTEntryBase>(*it));
142 plt1 = &(llvm::cast<HexagonPLT1>(*it));
174 llvm::cast<HexagonPLT0>((*it)).getValue(),
182 plt1 = &(llvm::cast<HexagonPLT1>(*it));
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86GOTPLT.cpp37 llvm::cast<X86_32GOTEntry>(*(m_SectionData->getFragmentList().begin()))
49 llvm::cast<X86_32GOTEntry>(*it).setValue(plt_addr + 6);
70 llvm::cast<X86_64GOTEntry>(*(m_SectionData->getFragmentList().begin()))
82 llvm::cast<X86_64GOTEntry>(*it).setValue(plt_addr + 6);
H A DX86PLT.cpp97 PLTEntryBase* plt1 = &(llvm::cast<PLTEntryBase>(*it));
127 PLTEntryBase* plt0 = &(llvm::cast<PLTEntryBase>(*first));
187 plt1 = &(llvm::cast<PLTEntryBase>(*it));
274 plt1 = &(llvm::cast<PLTEntryBase>(*it));
/frameworks/compile/mclinker/lib/Script/
H A DUnaryOp.cpp76 sect = pModule.getSection(llvm::cast<SectOperand>(m_pOperand)->name());
80 llvm::cast<SectDescOperand>(m_pOperand)->outputDesc()->getSection();
98 sect = pModule.getSection(llvm::cast<SectOperand>(m_pOperand)->name());
102 llvm::cast<SectDescOperand>(m_pOperand)->outputDesc()->getSection();
169 sect = pModule.getSection(llvm::cast<SectOperand>(m_pOperand)->name());
173 llvm::cast<SectDescOperand>(m_pOperand)->outputDesc()->getSection();
H A DScriptFile.cpp90 SectionsCmd* sections = llvm::cast<SectionsCmd>(back());
149 SectionsCmd* sections = llvm::cast<SectionsCmd>(back());
153 llvm::cast<OutputSectDesc>(sections->back());
190 SectionsCmd* sections = llvm::cast<SectionsCmd>(back());
199 SectionsCmd* sections = llvm::cast<SectionsCmd>(back());
202 OutputSectDesc* output_desc = llvm::cast<OutputSectDesc>(sections->back());
212 SectionsCmd* sections = llvm::cast<SectionsCmd>(back());
215 OutputSectDesc* output_sect = llvm::cast<OutputSectDesc>(sections->back());
H A DRpnEvaluator.cpp39 Operator* op = llvm::cast<Operator>(*it);
80 Operand* opd = llvm::cast<Operand>(*it);
86 SymOperand* sym_opd = llvm::cast<SymOperand>(opd);
H A DAssignment.cpp114 llvm::cast<Operand>(*it)->isDot()) {
151 llvm::cast<Operand>(*it)->isDot()) {
H A DGroupCmd.cpp54 InputToken* input = llvm::cast<InputToken>(*it);
87 InputToken* token = llvm::cast<InputToken>(*it);
H A DInputSectDesc.cpp65 WildcardPattern* wildcard = llvm::cast<WildcardPattern>(*it);
H A DRpnExpr.cpp37 llvm::cast<Operand>(*it)->isDot())
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64PLT.cpp70 AArch64PLT0* plt0 = &(llvm::cast<AArch64PLT0>(*first));
123 plt1 = &(llvm::cast<AArch64PLT1>(*it));
153 llvm::cast<AArch64PLT0>((*it)).getValue(),
161 plt1 = &(llvm::cast<AArch64PLT1>(*it));
H A DAArch64GOT.cpp97 llvm::cast<AArch64GOTEntry>(*(m_SectionData->getFragmentList().begin()))
113 llvm::cast<AArch64GOTEntry>(entry)->setValue(pPLTBase);
124 got = &(llvm::cast<AArch64GOTEntry>((*it)));
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMPLT.cpp81 ARMPLT0* plt0 = &(llvm::cast<ARMPLT0>(*first));
117 plt1 = &(llvm::cast<ARMPLT1>(*it));
146 memcpy(buffer, llvm::cast<ARMPLT0>((*it)).getValue(), ARMPLT0::EntrySize);
153 plt1 = &(llvm::cast<ARMPLT1>(*it));
H A DARMGOT.cpp94 llvm::cast<ARMGOTEntry>(*(m_SectionData->getFragmentList().begin()))
110 llvm::cast<ARMGOTEntry>(entry)->setValue(pPLTBase);
121 got = &(llvm::cast<ARMGOTEntry>((*it)));
/frameworks/compile/mclinker/lib/LD/
H A DDebugString.cpp46 RegionFragment* frag = llvm::cast<RegionFragment>(&(*it));
75 llvm::cast<RegionFragment>(info->outSymbol()->fragRef()->frag());
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp65 default: llvm_unreachable("Unknown cast instruction!");
264 TypeVals.push_back(cast<IntegerType>(T)->getBitWidth());
267 PointerType *PTy = cast<PointerType>(T);
277 FunctionType *FT = cast<FunctionType>(T);
289 StructType *ST = cast<StructType>(T);
316 ArrayType *AT = cast<ArrayType>(T);
325 VectorType *VT = cast<VectorType>(T);
654 Write##CLASS(cast<CLASS>(N), VE, Stream, Record, CLASS##Abbrev); \
663 const MDString *MDS = cast<MDString>(MD);
841 const Constant *C = cast<Constan
[all...]
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp65 default: llvm_unreachable("Unknown cast instruction!");
267 TypeVals.push_back(cast<IntegerType>(T)->getBitWidth());
270 PointerType *PTy = cast<PointerType>(T);
280 FunctionType *FT = cast<FunctionType>(T);
291 StructType *ST = cast<StructType>(T);
318 ArrayType *AT = cast<ArrayType>(T);
327 VectorType *VT = cast<VectorType>(T);
683 Write##CLASS(cast<CLASS>(N), VE, Stream, Record, CLASS##Abbrev); \
692 const MDString *MDS = cast<MDString>(MD);
878 const Constant *C = cast<Constan
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp100 LPI->addClause(cast<Constant>(EHSel->getArgOperand(j)));
102 GlobalVariable *GV = cast<GlobalVariable>(Val);
115 TyInfo.push_back(cast<Constant>(EHSel->getArgOperand(j)));
131 LPI->addClause(cast<Constant>(EHSel->getArgOperand(j)));
133 GlobalVariable *GV = cast<GlobalVariable>(Val);
188 CallInst *Exn = cast<CallInst>(EHIntrinsics.first);
189 CallInst *Sel = cast<CallInst>(EHIntrinsics.second);
215 PHINode *PN = cast<PHINode>(II);
246 CallInst *Exn = cast<CallInst>(EHIntrinsics.first);
247 CallInst *Sel = cast<CallIns
[all...]
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Stream.h124 static Camera3Stream* cast(camera3_stream *stream);
125 static const Camera3Stream* cast(const camera3_stream *stream);
377 // cast to camera3_stream*, implementations must increment the
/frameworks/base/tools/aidl/
H A DAST.cpp262 cast(NULL)
269 cast(c)
282 if (this->cast != NULL) {
283 fprintf(to, "(%s)", this->cast->QualifiedName().c_str());
500 cast(c),
507 cast(NULL),
522 if (this->cast != NULL) {
523 fprintf(to, "(%s)", this->cast->QualifiedName().c_str());
H A DAST.h142 Type* cast; member in struct:Assignment
145 Assignment(Variable* lvalue, Expression* rvalue, Type* cast);
232 Type* cast; member in struct:VariableDeclaration
236 VariableDeclaration(Variable* lvalue, Expression* rvalue, Type* cast = NULL);
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSInvariant.cpp113 llvm::Instruction *Inst = llvm::cast<llvm::Instruction>(Use.getUser());

Completed in 514 milliseconds

123