HomeSort by: relevance | last modified time | path
    Searched refs:IDL (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/admin/
debianrules 34 $IDL = "$kde_bindir/cuteidl";
76 print STDOUT "export IDL=$IDL\n";
acinclude.m4.in 3885 if test -z "$IDL"; then
3886 IDL='$(kde_bindir)/cuteidl'
3888 AC_SUBST(IDL)
3892 idldir="\$(includedir)/idl"
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
IRSimilarityIdentifier.h 135 IRInstructionData(Instruction &I, bool Legality, IRInstructionDataList &IDL);
198 IRInstructionDataList *IDL = nullptr;
319 /// \param IDL - The InstructionDataList that the IRInstructionData is
323 IRInstructionDataList &IDL);
330 IRInstructionDataList *IDL = nullptr;
378 IDL = new (IDLAllocator->Allocate())
  /src/external/apache2/llvm/dist/llvm/tools/llvm-dis/
llvm-dis.cpp 74 if (DILocation *IDL = DL.getInlinedAt()) {
76 printDebugLoc(IDL, OS);
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
IRSimilarityIdentifier.cpp 28 : Inst(&I), Legal(Legality), IDL(&IDList) {
180 this->IDL->push_back(*ID);
203 IRInstructionData *ID = allocateIRInstructionData(*It, true, *IDL);
234 IRInstructionDataList &IDL) {
235 return new (InstDataAllocator->Allocate()) IRInstructionData(I, Legality, IDL);
257 ID = allocateIRInstructionData(*It, false, *IDL);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
IROutliner.cpp 1497 IRInstructionDataList *IDL = Region.Candidate->front()->IDL;
1501 *BeginRewritten, InstructionClassifier.visit(*BeginRewritten), *IDL);
1503 *EndRewritten, InstructionClassifier.visit(*EndRewritten), *IDL);
1507 IDL->insert(Region.Candidate->begin(), *Region.NewFront);
1510 IDL->insert(Region.Candidate->end(), *Region.NewBack);
1512 IDL->erase(Region.Candidate->begin(), std::prev(Region.Candidate->end()));
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 914 Intrinsic::ID IDL = Later->getIntrinsicID();
917 if (IDE == Intrinsic::masked_load && IDL == Intrinsic::masked_load) {
929 if (IDE == Intrinsic::masked_store && IDL == Intrinsic::masked_load) {
938 if (IDE == Intrinsic::masked_load && IDL == Intrinsic::masked_store) {
944 if (IDE == Intrinsic::masked_store && IDL == Intrinsic::masked_store) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
InlineFunction.cpp 1530 DebugLoc IDL =
1532 BI->setDebugLoc(IDL);

Completed in 106 milliseconds