Home
last modified time | relevance | path

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

12

/openbsd/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DParallelSnippetGenerator.cpp107 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 DSnippetGenerator.cpp109 for (const InstructionTemplate &IT : Instructions) { in computeRegisterInitialValues() local
274 InstructionTemplate &IT) { in randomizeUnsetVariables()
H A DTarget.h93 virtual void fillMemoryOperands(InstructionTemplate &IT, unsigned Reg, in fillMemoryOperands()
/openbsd/gnu/llvm/llvm/tools/llvm-exegesis/lib/PowerPC/
H A DTarget.cpp17 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 DTarget.cpp42 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 DFunctionInfo.cpp58 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 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
/openbsd/gnu/usr.bin/perl/cpan/Test-Harness/t/
H A Dgrammar.t19 package IT; package
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUResourceUsageAnalysis.cpp121 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 Dassembly.h146 #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 DTarget.cpp244 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 DSafeStackLayout.cpp34 for (auto &IT : ObjectOffsets) { in print() local
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoopCacheAnalysis.h216 auto IT = llvm::find_if(LoopCosts, [&L](const LoopCacheCostTy &LCC) { in getLoopCost() local
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp60 IT(cl::desc("IT block support"), cl::Hidden, cl::init(DefaultIT), variable
/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DDirectedGraph.h244 iterator IT = findNode(N); in removeNode() local
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp150 auto IT = SeenInsts.find(I); in seen() local
/openbsd/gnu/llvm/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp660 for (auto IT : InitialTypes) { in getAcceptedCompletionTypes() local
/openbsd/gnu/llvm/clang/lib/AST/
H A DType.cpp2055 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 DTextStub.cpp810 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 DEmulateInstructionARM64.h138 IT : 8, // AArch32 only – CPSR.IT bits member
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp603 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 DLowerSwitch.cpp371 IntegerType *IT = cast<IntegerType>(SI->getCondition()->getType()); in ProcessSwitchInst() local
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaAccess.cpp317 } 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 DARMEHABIPrinter.h520 const Elf_Shdr *IT) const { in PrintIndexTable()
/openbsd/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp293 auto IT = thread_id_map.find(id); in Renumber() local

12