HomeSort by relevance Sort by last modified time
    Searched refs:TypeIds (Results 1 - 25 of 36) sorted by null

1 2

  /external/llvm/lib/Transforms/IPO/
CrossDSOCFI.cpp 84 llvm::DenseSet<uint64_t> TypeIds;
94 TypeIds.insert(TypeId->getZExtValue());
128 SwitchInst *SI = IRB.CreateSwitch(&CallSiteTypeId, TrapBB, TypeIds.size());
129 for (uint64_t TypeId : TypeIds) {
LowerTypeTests.cpp 238 lowerTypeTestCalls(ArrayRef<Metadata *> TypeIds, Constant *CombinedGlobalAddr,
244 void buildBitSetsFromGlobalVariables(ArrayRef<Metadata *> TypeIds,
251 void buildBitSetsFromFunctions(ArrayRef<Metadata *> TypeIds,
253 void buildBitSetsFromDisjointSet(ArrayRef<Metadata *> TypeIds,
494 ArrayRef<Metadata *> TypeIds, ArrayRef<GlobalVariable *> Globals) {
532 lowerTypeTestCalls(TypeIds, CombinedGlobal, GlobalLayout);
559 ArrayRef<Metadata *> TypeIds, Constant *CombinedGlobalAddr,
565 for (Metadata *TypeId : TypeIds) {
665 void LowerTypeTests::buildBitSetsFromFunctions(ArrayRef<Metadata *> TypeIds,
763 lowerTypeTestCalls(TypeIds, JumpTable, GlobalLayout)
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
EHStreamer.cpp 35 const std::vector<int> &LIds = L->TypeIds, &RIds = R->TypeIds;
97 const std::vector<int> &TypeIds = LPI->TypeIds;
101 if (NumShared < TypeIds.size()) {
106 unsigned SizePrevIds = PrevLPI->TypeIds.size();
121 for (unsigned J = NumShared, M = TypeIds.size(); J != M; ++J) {
122 int TypeID = TypeIds[J];
354 const LandingPadInfo *R) { return L->TypeIds < R->TypeIds; });
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfException.cpp 48 const std::vector<int> &LIds = L->TypeIds, &RIds = R->TypeIds;
62 const std::vector<int> &LIds = L->TypeIds, &RIds = R->TypeIds;
123 const std::vector<int> &TypeIds = LPI->TypeIds;
127 if (NumShared < TypeIds.size()) {
132 unsigned SizePrevIds = PrevLPI->TypeIds.size();
149 for (unsigned J = NumShared, M = TypeIds.size(); J != M; ++J) {
150 int TypeID = TypeIds[J]
    [all...]
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITDwarfEmitter.cpp 142 const std::vector<int> &LIds = L->TypeIds, &RIds = R->TypeIds;
157 const std::vector<int> &LIds = L->TypeIds, &RIds = R->TypeIds;
247 const std::vector<int> &TypeIds = LP->TypeIds;
251 if (NumShared < TypeIds.size()) {
256 const unsigned SizePrevIds = LandingPads[i-1]->TypeIds.size();
269 for (unsigned I = NumShared, M = TypeIds.size(); I != M; ++I) {
270 int TypeID = TypeIds[I]
    [all...]
  /external/llvm/lib/CodeGen/
MachineModuleInfo.cpp 331 LP.TypeIds.push_back(getTypeIDFor(TyInfo[N - 1]));
343 LP.TypeIds.push_back(getFilterIDFor(IdsInFilter));
350 LP.TypeIds.push_back(0);
409 // If there is no landing pad, ensure that the list of typeids is empty.
410 // If the only typeid is a cleanup, this is the same as having no typeids.
412 (LandingPad.TypeIds.size() == 1 && !LandingPad.TypeIds[0]))
413 LandingPad.TypeIds.clear();
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineModuleInfo.cpp 435 LP.TypeIds.push_back(getTypeIDFor(TyInfo[N - 1]));
447 LP.TypeIds.push_back(getFilterIDFor(IdsInFilter));
454 LP.TypeIds.push_back(0);
493 // If there is no landing pad, ensure that the list of typeids is empty.
494 // If the only typeid is a cleanup, this is the same as having no typeids.
496 (LandingPad.TypeIds.size() == 1 && !LandingPad.TypeIds[0]))
497 LandingPad.TypeIds.clear();
  /external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 82 std::vector<int> TypeIds; // List of type ids (filters negative).
146 /// FilterIds - List of typeids encoding filters used in the current function.
414 /// getFilterIds - Return a reference to the typeids encoding filters used in
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineModuleInfo.h 72 std::vector<int> TypeIds; // List of type ids (filters negative)
137 /// FilterIds - List of typeids encoding filters used in the current function.
383 /// getFilterIds - Return a reference to the typeids encoding filters used in
  /art/dexlayout/
dex_visualize.cc 191 std::vector<dex_ir::TypeId*>* type_ids = fixups->TypeIds();
dex_ir.h 170 std::vector<std::unique_ptr<TypeId>>& TypeIds() { return type_ids_.Collection(); }
224 return TypeIds()[index].get();
    [all...]
dex_verify.cc 39 !VerifyIds(orig.TypeIds(), output.TypeIds(), "type ids", error_msg) ||
    [all...]
dex_writer.cc 262 for (std::unique_ptr<dex_ir::TypeId>& type_id : header_->GetCollections().TypeIds()) {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineFunction.h 191 std::vector<int> TypeIds; // List of type ids (filters negative).
296 /// List of typeids encoding filters used.
818 /// Return a reference to the typeids encoding filters used in the current
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineFunction.h 191 std::vector<int> TypeIds; // List of type ids (filters negative).
296 /// List of typeids encoding filters used.
818 /// Return a reference to the typeids encoding filters used in the current
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineFunction.h 191 std::vector<int> TypeIds; // List of type ids (filters negative).
296 /// List of typeids encoding filters used.
818 /// Return a reference to the typeids encoding filters used in the current
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineFunction.h 191 std::vector<int> TypeIds; // List of type ids (filters negative).
296 /// List of typeids encoding filters used.
818 /// Return a reference to the typeids encoding filters used in the current
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineFunction.h 191 std::vector<int> TypeIds; // List of type ids (filters negative).
296 /// List of typeids encoding filters used.
818 /// Return a reference to the typeids encoding filters used in the current
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineFunction.h 191 std::vector<int> TypeIds; // List of type ids (filters negative).
296 /// List of typeids encoding filters used.
818 /// Return a reference to the typeids encoding filters used in the current
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineFunction.h 191 std::vector<int> TypeIds; // List of type ids (filters negative).
296 /// List of typeids encoding filters used.
818 /// Return a reference to the typeids encoding filters used in the current
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineFunction.h 191 std::vector<int> TypeIds; // List of type ids (filters negative).
296 /// List of typeids encoding filters used.
818 /// Return a reference to the typeids encoding filters used in the current
    [all...]
  /prebuilts/misc/common/ecj/
ecj.jar 
  /external/guice/extensions/struts2/lib/
core-3.1.1.jar 
  /prebuilts/devtools/tools/lib/
ecj-4.4.jar 
ecj-4.6.1.jar 

Completed in 1682 milliseconds

1 2