Home
last modified time | relevance | path

Searched defs:IT (Results 1 – 25 of 28) sorted by relevance

12

/external/llvm/lib/Analysis/
DDemandedBits.cpp284 if (IntegerType *IT = dyn_cast<IntegerType>(I.getType())) { in performAnalysis() local
296 if (IntegerType *IT = dyn_cast<IntegerType>(J->getType())) in performAnalysis() local
328 if (IntegerType *IT = dyn_cast<IntegerType>(I->getType())) { in performAnalysis() local
DConstantFolding.cpp62 if (IntegerType *IT = dyn_cast<IntegerType>(DestTy)) { in FoldBitCast() local
DValueTracking.cpp149 IntegerType *IT = cast<IntegerType>(LHS->getType()->getScalarType()); in haveNoCommonBitsSet() local
/external/llvm/lib/Support/
DOptions.cpp21 for (auto IT = Options.begin(); IT != Options.end(); ++IT) in ~OptionRegistry() local
/external/compiler-rt/lib/builtins/
Dassembly.h86 #define IT(cond) it cond macro
89 #define IT(cond) macro
/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
DRegionCode.java46 static final String IT = "IT"; field in RegionCode
/external/llvm/lib/Target/ARM/
DARMSubtarget.cpp54 IT(cl::desc("IT block support"), cl::Hidden, cl::init(DefaultIT), variable
DARMFastISel.cpp2624 } IT[2][2][3][2] = { in ARMEmitIntExt() local
/external/llvm/tools/llvm-readobj/
DARMEHABIPrinter.h404 void PrinterContext<ET>::PrintExceptionTable(const Elf_Shdr *IT, in PrintExceptionTable()
473 const Elf_Shdr *IT) const { in PrintIndexTable()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp818 IntegerType *IT = dyn_cast<IntegerType>(II->getArgOperand(0)->getType()); in visitCallInst() local
836 IntegerType *IT = dyn_cast<IntegerType>(II->getArgOperand(0)->getType()); in visitCallInst() local
1926 if (IntrinsicInst *IT = FindInitTrampolineFromAlloca(TrampMem)) in FindInitTrampoline() local
1928 if (IntrinsicInst *IT = FindInitTrampolineFromBB(AdjustTramp, TrampMem)) in FindInitTrampoline() local
DInstCombineAddSub.cpp1110 IntegerType *IT = cast<IntegerType>(I.getType()); in visitAdd() local
/external/clang/lib/Sema/
DSemaAccess.cpp303 } else if (const InjectedClassNameType *IT in IsDerivedFromInclusive() local
662 } else if (const InjectedClassNameType *IT in findFriendship() local
DSemaPseudoObject.cpp572 QualType IT = S.Context.getObjCInterfaceType(PRE->getClassReceiver()); in LookupMethodInReceiverType() local
DSemaExpr.cpp2992 PredefinedExpr::IdentType IT) { in BuildPredefinedExpr()
3042 PredefinedExpr::IdentType IT; in ActOnPredefinedExpr() local
/external/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp688 if (const IntrinsicInst *IT = dyn_cast<IntrinsicInst>(U)) in performCallSlotOptzn() local
/external/mesa3d/src/gallium/drivers/radeon/
DAMDILPeepholeOptimizer.cpp1228 size_t AMDGPUPeepholeOpt::getTypeSize(IntegerType * const IT, in getTypeSize()
/external/clang/lib/AST/
DExpr.cpp449 PredefinedExpr::PredefinedExpr(SourceLocation L, QualType FNTy, IdentType IT, in PredefinedExpr()
461 StringRef PredefinedExpr::getIdentTypeName(PredefinedExpr::IdentType IT) { in getIdentTypeName()
483 std::string PredefinedExpr::ComputeName(IdentType IT, const Decl *CurrentDecl) { in ComputeName()
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp4248 IntegerType *IT = cast<IntegerType>(ValueType); in SwitchLookupTable() local
4314 IntegerType *IT = cast<IntegerType>(Index->getType()); in BuildLookup() local
4335 auto *IT = dyn_cast<IntegerType>(ElementType); in WouldFitInRegister() local
/external/pcre/dist/sljit/
DsljitNativeARM_T2_32.c116 #define IT 0xbf00 macro
/external/clang/lib/CodeGen/
DCGObjCGNU.cpp1143 const ObjCInterfaceType *IT = PT->getInterfaceType(); in GetEHType() local
DCGExprScalar.cpp2804 static llvm::Intrinsic::ID GetIntrinsic(IntrinsicType IT, in GetIntrinsic()
DCGObjCMac.cpp7124 const ObjCInterfaceType *IT = PT->getInterfaceType(); in GetEHType() local
/external/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp876 if (IntegerType *IT = dyn_cast<IntegerType>(OrigTy)) in getShadowTy() local
/external/llvm/lib/IR/
DConstants.cpp2370 if (auto *IT = dyn_cast<IntegerType>(Ty)) { in isElementTypeCompatible() local
/external/clang/include/clang/AST/
DDecl.h1813 void setTrivial(bool IT) { IsTrivial = IT; } in setTrivial()

12