Home
last modified time | relevance | path

Searched defs:Query (Results 1 – 7 of 7) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/test/CodeGenObjC/
H A Dprivate-extern-selector-reference.m4 @interface Query interface
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DLiveIntervalUnion.h59 class Query; variable
123 Query(): LiveUnion(), VirtReg(), Tag(0), UserTag(0) {} in Query() function
125 Query(LiveInterval *VReg, LiveIntervalUnion *LIU): in Query() function
H A DLiveInterval.h484 LiveQueryResult Query(SlotIndex Idx) const { in Query() function
/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DSpecialCaseList.cpp148 bool SpecialCaseList::inSection(StringRef Section, StringRef Query, in inSection()
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DValueTracking.cpp66 struct Query { struct
67 ExclInvsSet ExclInvs;
68 AssumptionCache *AC;
69 const Instruction *CxtI;
70 const DominatorTree *DT;
72 Query(AssumptionCache *AC = nullptr, const Instruction *CxtI = nullptr, in Query() function
76 Query(const Query &Q, const Value *NewExcl) in Query() argument
H A DInstructionSimplify.cpp47 struct Query { struct
48 const DataLayout *DL;
49 const TargetLibraryInfo *TLI;
50 const DominatorTree *DT;
51 AssumptionCache *AC;
52 const Instruction *CxtI;
54 Query(const DataLayout *DL, const TargetLibraryInfo *tli, in Query() argument
1237 static Value *SimplifyFRemInst(Value *Op0, Value *Op1, const Query &, in SimplifyFRemInst()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp501 const CXXRecordDecl *Query) { in hasOwnStorage()