Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DFunctionInfo.cpp58 const uint32_t IT = Data.getU32(&Offset); in decode() local
214 const uint32_t IT = Data.getU32(&Offset); in lookup() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DStackLifetime.cpp36 const auto IT = AllocaNumbering.find(AI); in getLiveRange() local
245 for (auto IT : BlockLiveness) { in calculateLiveIntervals() local
300 for (auto IT : BlockLiveness) { in dumpBlockLiveness() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUResourceUsageAnalysis.cpp124 for (auto IT = po_begin(&CG); IT != End; ++IT) { in runOnModule() local
144 for (const auto &IT : CG) { in runOnModule() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSafeStackLayout.cpp34 for (auto &IT : ObjectOffsets) { in print() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopCacheAnalysis.h216 auto IT = llvm::find_if(LoopCosts, [&L](const LoopCacheCostTy &LCC) { in getLoopCost() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp59 IT(cl::desc("IT block support"), cl::Hidden, cl::init(DefaultIT), variable
H A DARMLowOverheadLoops.cpp562 MachineInstr *IT = RDA.getMIOperand(Dead, *MO); in INITIALIZE_PASS() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp118 auto IT = SeenInsts.find(I); in seen() local
H A DMemCpyOptimizer.cpp992 if (const auto *IT = dyn_cast<IntrinsicInst>(U)) in performCallSlotOptzn() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDirectedGraph.h244 iterator IT = findNode(N); in removeNode() local
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp676 for (auto IT : InitialTypes) { in getAcceptedCompletionTypes() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp2159 if (const auto *IT = dyn_cast<BitIntType>(CanonicalType)) in isSignedIntegerType() local
2161 if (const auto *IT = dyn_cast<DependentBitIntType>(CanonicalType)) in isSignedIntegerType() local
2178 if (const auto *IT = dyn_cast<BitIntType>(CanonicalType)) in isSignedIntegerOrEnumerationType() local
2180 if (const auto *IT = dyn_cast<DependentBitIntType>(CanonicalType)) in isSignedIntegerOrEnumerationType() local
2209 if (const auto *IT = dyn_cast<BitIntType>(CanonicalType)) in isUnsignedIntegerType() local
2211 if (const auto *IT = dyn_cast<DependentBitIntType>(CanonicalType)) in isUnsignedIntegerType() local
2228 if (const auto *IT = dyn_cast<BitIntType>(CanonicalType)) in isUnsignedIntegerOrEnumerationType() local
2230 if (const auto *IT = dyn_cast<DependentBitIntType>(CanonicalType)) in isUnsignedIntegerOrEnumerationType() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.h138 IT : 8, // AArch32 only – CPSR.IT bits member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp370 IntegerType *IT = cast<IntegerType>(SI->getCondition()->getType()); in ProcessSwitchInst() local
H A DSimplifyCFG.cpp6348 IntegerType *IT = cast<IntegerType>(ValueType); in SwitchLookupTable() local
6422 IntegerType *IT = cast<IntegerType>(Index->getType()); in BuildLookup() local
6444 auto *IT = dyn_cast<IntegerType>(ElementType); in WouldFitInRegister() local
6462 auto *IT = dyn_cast<IntegerType>(Ty); in isTypeLegalForLookupTable() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAccess.cpp325 } else if (const InjectedClassNameType *IT in IsDerivedFromInclusive() local
678 } else if (const InjectedClassNameType *IT in findFriendship() local
H A DSemaPseudoObject.cpp585 QualType IT = S.Context.getObjCInterfaceType(PRE->getClassReceiver()); in LookupMethodInReceiverType() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DARMEHABIPrinter.h520 const Elf_Shdr *IT) const { in PrintIndexTable()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp294 auto IT = thread_id_map.find(id); in Renumber() local
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStub.cpp822 for (const auto &IT : SymbolToTargetList) { in NormalizedTBD_V4() local
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp1849 auto IT = WS.begin(); in writeOneObject() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp761 auto IT = ImportThresholds.insert(std::make_pair( in computeImportForFunction() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp3759 if (IntrinsicInst *IT = findInitTrampolineFromAlloca(TrampMem)) in findInitTrampoline() local
3761 if (IntrinsicInst *IT = findInitTrampolineFromBB(AdjustTramp, TrampMem)) in findInitTrampoline() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1438 auto IT = HoistStopMap.find(R); in hoistValue() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2303 void setTrivial(bool IT) { FunctionDeclBits.IsTrivial = IT; } in setTrivial()
2306 void setTrivialForCall(bool IT) { FunctionDeclBits.IsTrivialForCall = IT; } in setTrivialForCall()

12