/openbsd/gnu/llvm/llvm/tools/llvm-exegesis/lib/ |
H A D | ParallelSnippetGenerator.cpp | 107 InstructionTemplate IT = Instructions[I % OriginalInstructionsSize]; in instantiateMemoryOperands() local 149 const BitVector &Uses, const BitVector &Defs, const InstructionTemplate &IT, in generateSingleRegisterForInstrAvoidingDefUseOverlap() 217 BitVector &Uses, BitVector &Defs, InstructionTemplate IT, in generateSingleSnippetForInstrAvoidingDefUseOverlap() 253 const LLVMState &State, const InstructionTemplate &IT, in generateSnippetForInstrAvoidingDefUseOverlap()
|
H A D | SnippetGenerator.cpp | 109 for (const InstructionTemplate &IT : Instructions) { in computeRegisterInitialValues() local 274 InstructionTemplate &IT) { in randomizeUnsetVariables()
|
H A D | Target.h | 93 virtual void fillMemoryOperands(InstructionTemplate &IT, unsigned Reg, in fillMemoryOperands()
|
/openbsd/gnu/llvm/llvm/tools/llvm-exegesis/lib/PowerPC/ |
H A D | Target.cpp | 17 static void setMemOp(InstructionTemplate &IT, int OpIdx, in setMemOp() 73 void ExegesisPowerPCTarget::fillMemoryOperands(InstructionTemplate &IT, in fillMemoryOperands()
|
/openbsd/gnu/llvm/llvm/tools/llvm-exegesis/lib/Mips/ |
H A D | Target.cpp | 42 static void setMemOp(InstructionTemplate &IT, int OpIdx, in setMemOp() 137 void ExegesisMipsTarget::fillMemoryOperands(InstructionTemplate &IT, in fillMemoryOperands()
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/GSYM/ |
H A D | FunctionInfo.cpp | 58 const uint32_t IT = Data.getU32(&Offset); in decode() local 188 const uint32_t IT = Data.getU32(&Offset); in lookup() local
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | StackLifetime.cpp | 36 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
|
/openbsd/gnu/usr.bin/perl/cpan/Test-Harness/t/ |
H A D | grammar.t | 19 package IT; package
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUResourceUsageAnalysis.cpp | 121 for (auto IT = po_begin(&CG); IT != End; ++IT) { in runOnModule() local 140 for (const auto &IT : CG) { in runOnModule() local
|
/openbsd/gnu/llvm/compiler-rt/lib/builtins/ |
H A D | assembly.h | 146 #define IT(cond) it cond macro 151 #define IT(cond) macro 158 #define IT(cond) macro
|
/openbsd/gnu/llvm/llvm/tools/llvm-exegesis/lib/X86/ |
H A D | Target.cpp | 244 static void setMemOp(InstructionTemplate &IT, int OpIdx, in setMemOp() 282 InstructionTemplate IT(&Instr); in generateLEATemplatesCommon() local 842 void ExegesisX86Target::fillMemoryOperands(InstructionTemplate &IT, in fillMemoryOperands()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | SafeStackLayout.cpp | 34 for (auto &IT : ObjectOffsets) { in print() local
|
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | LoopCacheAnalysis.h | 216 auto IT = llvm::find_if(LoopCosts, [&L](const LoopCacheCostTy &LCC) { in getLoopCost() local
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMSubtarget.cpp | 60 IT(cl::desc("IT block support"), cl::Hidden, cl::init(DefaultIT), variable
|
/openbsd/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | DirectedGraph.h | 244 iterator IT = findNode(N); in removeNode() local
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | Float2Int.cpp | 150 auto IT = SeenInsts.find(I); in seen() local
|
/openbsd/gnu/llvm/clang/lib/ASTMatchers/Dynamic/ |
H A D | Registry.cpp | 660 for (auto IT : InitialTypes) { in getAcceptedCompletionTypes() local
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | Type.cpp | 2055 if (const auto *IT = dyn_cast<BitIntType>(CanonicalType)) in isSignedIntegerType() local 2057 if (const auto *IT = dyn_cast<DependentBitIntType>(CanonicalType)) in isSignedIntegerType() local 2074 if (const auto *IT = dyn_cast<BitIntType>(CanonicalType)) in isSignedIntegerOrEnumerationType() local 2076 if (const auto *IT = dyn_cast<DependentBitIntType>(CanonicalType)) in isSignedIntegerOrEnumerationType() local 2105 if (const auto *IT = dyn_cast<BitIntType>(CanonicalType)) in isUnsignedIntegerType() local 2107 if (const auto *IT = dyn_cast<DependentBitIntType>(CanonicalType)) in isUnsignedIntegerType() local 2124 if (const auto *IT = dyn_cast<BitIntType>(CanonicalType)) in isUnsignedIntegerOrEnumerationType() local 2126 if (const auto *IT = dyn_cast<DependentBitIntType>(CanonicalType)) in isUnsignedIntegerOrEnumerationType() local
|
/openbsd/gnu/llvm/llvm/lib/TextAPI/ |
H A D | TextStub.cpp | 810 for (const auto &IT : File->uuids()) in NormalizedTBD_V4() local 862 for (const auto &IT : SymbolToTargetList) { in NormalizedTBD_V4() local
|
/openbsd/gnu/llvm/lldb/source/Plugins/Instruction/ARM64/ |
H A D | EmulateInstructionARM64.h | 138 IT : 8, // AArch32 only – CPSR.IT bits member
|
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCalls.cpp | 603 auto *IT = dyn_cast<IntegerType>(Op0->getType()); in foldCttzCtlz() local 687 auto *IT = dyn_cast<IntegerType>(Ty); in foldCtpop() local 3047 if (IntrinsicInst *IT = findInitTrampolineFromAlloca(TrampMem)) in findInitTrampoline() local 3049 if (IntrinsicInst *IT = findInitTrampolineFromBB(AdjustTramp, TrampMem)) in findInitTrampoline() local
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | LowerSwitch.cpp | 371 IntegerType *IT = cast<IntegerType>(SI->getCondition()->getType()); in ProcessSwitchInst() local
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaAccess.cpp | 317 } else if (const InjectedClassNameType *IT in IsDerivedFromInclusive() local 670 } else if (const InjectedClassNameType *IT in findFriendship() local
|
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/ |
H A D | ARMEHABIPrinter.h | 520 const Elf_Shdr *IT) const { in PrintIndexTable()
|
/openbsd/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
H A D | InstrumentationRuntimeTSan.cpp | 293 auto IT = thread_id_map.find(id); in Renumber() local
|