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

12

/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonGOT.cpp41 m_pLast = llvm::cast<HexagonGOTEntry>(&m_SectionData->front());
45 m_pLast = llvm::cast<HexagonGOTEntry>(m_pLast->getNextNode());
H A DHexagonGOTPLT.cpp48 llvm::cast<HexagonGOTEntry>
62 llvm::cast<HexagonGOTEntry>(*it).setValue(pPLT.addr());
H A DHexagonPLT.cpp67 PLTEntryBase* plt0 = &(llvm::cast<PLTEntryBase>(*first));
83 PLTEntryBase* plt1 = &(llvm::cast<PLTEntryBase>(*it));
119 return llvm::cast<HexagonPLT1>(&(*m_Last));
172 plt1 = &(llvm::cast<HexagonPLT1>(*it));
204 memcpy(buffer, llvm::cast<HexagonPLT0>((*it)).getValue(), HexagonPLT0::EntrySize);
211 plt1 = &(llvm::cast<HexagonPLT1>(*it));
H A DHexagonLDBackend.cpp154 unsigned int plt0_size = llvm::cast<PLTEntryBase>((*it)).size();
156 memcpy(buffer, llvm::cast<PLTEntryBase>((*it)).getValue(), plt0_size);
163 plt1 = &(llvm::cast<PLTEntryBase>(*it));
189 llvm::cast<FillFragment>(*frag_iter);
199 llvm::cast<RegionFragment>(*frag_iter);
205 const AlignFragment& align_frag = llvm::cast<AlignFragment>(*frag_iter);
333 got = &(llvm::cast<HexagonGOTEntry>((*it)));
384 got = &(llvm::cast<HexagonGOTEntry>((*it)));
588 Relocation* relocation = llvm::cast<Relocation>(reloc);
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86GOT.cpp41 m_pLast = llvm::cast<X86_32GOTEntry>(&m_SectionData->front());
45 m_pLast = llvm::cast<X86_32GOTEntry>(m_pLast->getNextNode());
72 m_pLast = llvm::cast<X86_64GOTEntry>(&m_SectionData->front());
76 m_pLast = llvm::cast<X86_64GOTEntry>(m_pLast->getNextNode());
H A DX86GOTPLT.cpp46 llvm::cast<X86_32GOTEntry>
59 llvm::cast<X86_32GOTEntry>(*it).setValue(plt_addr + 6);
90 llvm::cast<X86_64GOTEntry>
103 llvm::cast<X86_64GOTEntry>(*it).setValue(plt_addr + 6);
H A DX86PLT.cpp113 PLTEntryBase* plt1 = &(llvm::cast<PLTEntryBase>(*it));
153 return llvm::cast<PLTEntryBase>(&(*m_Last));
163 PLTEntryBase* plt0 = &(llvm::cast<PLTEntryBase>(*first));
226 plt1 = &(llvm::cast<PLTEntryBase>(*it));
316 plt1 = &(llvm::cast<PLTEntryBase>(*it));
H A DX86LDBackend.cpp179 unsigned int plt0_size = llvm::cast<PLTEntryBase>((*it)).size();
181 memcpy(buffer, llvm::cast<PLTEntryBase>((*it)).getValue(), plt0_size);
188 plt1 = &(llvm::cast<PLTEntryBase>(*it));
419 got = &(llvm::cast<X86_32GOTEntry>((*it)));
442 got = &(llvm::cast<X86_32GOTEntry>((*it)));
567 got = &(llvm::cast<X86_64GOTEntry>((*it)));
590 got = &(llvm::cast<X86_64GOTEntry>((*it)));
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMGOT.cpp58 m_pLast = llvm::cast<ARMGOTEntry>(&m_SectionData->front());
62 m_pLast = llvm::cast<ARMGOTEntry>(m_pLast->getNextNode());
79 m_GOT.front = llvm::cast<ARMGOTEntry>(m_GOT.front->getNextNode());
85 m_GOT.front = llvm::cast<ARMGOTEntry>(m_GOT.front->getNextNode());
106 m_GOTPLT.last_used = llvm::cast<ARMGOTEntry>(m_GOTPLT.last_used->getNextNode());
120 m_GOT.last_used = llvm::cast<ARMGOTEntry>(m_GOT.last_used->getNextNode());
128 llvm::cast<ARMGOTEntry>
145 llvm::cast<ARMGOTEntry>(entry)->setValue(pPLTBase);
157 got = &(llvm::cast<ARMGOTEntry>((*it)));
H A DARMPLT.cpp81 return llvm::cast<ARMPLT1>(&(*m_PLTEntryIterator));
91 ARMPLT0* plt0 = &(llvm::cast<ARMPLT0>(*first));
116 ARMPLT0* plt0 = &(llvm::cast<ARMPLT0>(*first));
155 plt1 = &(llvm::cast<ARMPLT1>(*it));
185 memcpy(buffer, llvm::cast<ARMPLT0>((*it)).getValue(), ARMPLT0::EntrySize);
192 plt1 = &(llvm::cast<ARMPLT1>(*it));
H A DARMLDBackend.cpp332 llvm::cast<FillFragment>(*frag_iter);
343 llvm::cast<RegionFragment>(*frag_iter);
349 const AlignFragment& align_frag = llvm::cast<AlignFragment>(*frag_iter);
531 Relocation* relocation = llvm::cast<Relocation>(reloc);
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Stream.h94 static Camera3Stream* cast(camera3_stream *stream);
95 static const Camera3Stream* cast(const camera3_stream *stream);
243 // cast to camera3_stream*, implementations must increment the
H A DCamera3Stream.cpp37 Camera3Stream* Camera3Stream::cast(camera3_stream *stream) { function in class:android::camera3::Camera3Stream
41 const Camera3Stream* Camera3Stream::cast(const camera3_stream *stream) { function in class:android::camera3::Camera3Stream
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp65 default: llvm_unreachable("Unknown cast instruction!");
266 TypeVals.push_back(cast<IntegerType>(T)->getBitWidth());
269 PointerType *PTy = cast<PointerType>(T);
279 FunctionType *FT = cast<FunctionType>(T);
291 StructType *ST = cast<StructType>(T);
318 ArrayType *AT = cast<ArrayType>(T);
327 VectorType *VT = cast<VectorType>(T);
776 const Constant *C = cast<Constant>(V);
829 cast<ConstantDataSequential>(C)->isString()) {
830 const ConstantDataSequential *Str = cast<ConstantDataSequentia
[all...]
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp70 default: llvm_unreachable("Unknown cast instruction!");
272 TypeVals.push_back(cast<IntegerType>(T)->getBitWidth());
275 PointerType *PTy = cast<PointerType>(T);
285 FunctionType *FT = cast<FunctionType>(T);
296 StructType *ST = cast<StructType>(T);
323 ArrayType *AT = cast<ArrayType>(T);
332 VectorType *VT = cast<VectorType>(T);
846 const Constant *C = cast<Constant>(V);
876 cast<ConstantDataSequential>(C)->isString()) {
877 const ConstantDataSequential *Str = cast<ConstantDataSequentia
[all...]
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOT.cpp60 m_pLastLocal = llvm::cast<MipsGOTEntry>(m_pLastLocal->getNextNode());
68 m_pLastGlobal = llvm::cast<MipsGOTEntry>(m_pLastGlobal->getNextNode());
108 it->m_pLastLocal = llvm::cast<MipsGOTEntry>(&m_SectionData->back());
110 it->m_pLastGlobal = llvm::cast<MipsGOTEntry>(&m_SectionData->back());
147 MipsGOTEntry* got = &(llvm::cast<MipsGOTEntry>((*it)));
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp97 GlobalVariable *GV = cast<GlobalVariable>(Val);
110 TyInfo.push_back(cast<Constant>(EHSel->getArgOperand(j)));
128 GlobalVariable *GV = cast<GlobalVariable>(Val);
183 CallInst *Exn = cast<CallInst>(EHIntrinsics.first);
184 CallInst *Sel = cast<CallInst>(EHIntrinsics.second);
210 PHINode *PN = cast<PHINode>(II);
241 CallInst *Exn = cast<CallInst>(EHIntrinsics.first);
242 CallInst *Sel = cast<CallInst>(EHIntrinsics.second);
269 CallInst *Resume = cast<CallInst>(EHResume->use_back());
298 cast<CallIns
[all...]
/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/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp80 default: llvm_unreachable("Unknown cast instruction!");
180 StructType *ST = cast<StructType>(T);
326 TypeVals.push_back(cast<IntegerType>(T)->getBitWidth());
329 PointerType *PTy = cast<PointerType>(T);
339 FunctionType *FT = cast<FunctionType>(T);
351 StructType *ST = cast<StructType>(T);
362 ArrayType *AT = cast<ArrayType>(T);
371 VectorType *VT = cast<VectorType>(T);
822 const Constant *C = cast<Constant>(V);
875 cast<ConstantDataSequentia
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp56 cast<CallInst>(FuncStart->use_back())->eraseFromParent();
62 cast<CallInst>(StopPoint->use_back())->eraseFromParent();
68 cast<CallInst>(RegionStart->use_back())->eraseFromParent();
74 cast<CallInst>(RegionEnd->use_back())->eraseFromParent();
80 DbgDeclareInst *DDI = cast<DbgDeclareInst>(Declare->use_back());
84 CallInst *CI = cast<CallInst>(Declare->use_back());
225 /// @brief Methods to support type inquiry through isa, cast, and dyn_cast.
229 cast<ConstantExpr>(V)->getOpcode() == Instruction::UserOp1;
282 return cast<Constant>(V);
344 Constant *UserC = cast<Constan
[all...]
/frameworks/compile/mclinker/lib/Fragment/
H A DFragmentLinker.cpp114 Relocation* relocation = llvm::cast<Relocation>(reloc);
163 Relocation* relocation = llvm::cast<Relocation>(reloc);
208 Relocation* reloc = llvm::cast<Relocation>(relocIter);
H A DFragmentGraph.cpp187 Relocation* reloc = llvm::cast<Relocation>(reloc_it);
/frameworks/compile/mclinker/lib/LD/
H A DELFObjectWriter.cpp446 relocation = &(llvm::cast<Relocation>(*it));
487 relocation = &(llvm::cast<Relocation>(*it));
609 const RegionFragment& region_frag = llvm::cast<RegionFragment>(*fragIter);
616 const AlignFragment& align_frag = llvm::cast<AlignFragment>(*fragIter);
631 const FillFragment& fill_frag = llvm::cast<FillFragment>(*fragIter);
648 const Stub& stub_frag = llvm::cast<Stub>(*fragIter);
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp389 Relocation* relocation = llvm::cast<Relocation>(reloc);

Completed in 390 milliseconds

12