Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DParallelSnippetGenerator.cpp108 InstructionTemplate IT = Instructions[I % OriginalInstructionsSize]; in instantiateMemoryOperands() local
118 const LLVMState &State, const InstructionTemplate &IT, in generateSnippetUsingStaticRenaming()
H A DSnippetGenerator.cpp108 for (const InstructionTemplate &IT : Instructions) { in computeRegisterInitialValues() local
263 InstructionTemplate &IT) { in randomizeUnsetVariables()
H A DTarget.h88 virtual void fillMemoryOperands(InstructionTemplate &IT, unsigned Reg, in fillMemoryOperands()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
H A DFunctionInfo.cpp58 const uint32_t IT = Data.getU32(&Offset); in decode() local
189 const uint32_t IT = Data.getU32(&Offset); in lookup() local
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/builtins/
H A Dassembly.h82 #define IT(cond) it cond macro
87 #define IT(cond) macro
94 #define IT(cond) macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DStackLifetime.cpp41 const auto IT = AllocaNumbering.find(AI); in getLiveRange() local
234 for (auto IT : BlockLiveness) { in calculateLiveIntervals() local
291 for (auto IT : BlockLiveness) { in dumpBlockLiveness() local
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dassembly.h86 #define IT(cond) it cond macro
89 #define IT(cond) macro
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/builtins/
H A Dassembly.h140 #define IT(cond) it cond macro
145 #define IT(cond) macro
152 #define IT(cond) macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DSafeStackLayout.cpp35 for (auto &IT : ObjectOffsets) { in print() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopCacheAnalysis.h201 auto IT = llvm::find_if(LoopCosts, [&L](const LoopCacheCostTy &LCC) { in getLoopCost() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/X86/
H A DTarget.cpp237 static void setMemOp(InstructionTemplate &IT, int OpIdx, in setMemOp()
275 InstructionTemplate IT(&Instr); in generateLEATemplatesCommon() local
825 void ExegesisX86Target::fillMemoryOperands(InstructionTemplate &IT, in fillMemoryOperands()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp60 IT(cl::desc("IT block support"), cl::Hidden, cl::init(DefaultIT), variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DDirectedGraph.h243 iterator IT = findNode(N); in removeNode() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp635 for (auto IT : InitialTypes) { in getAcceptedCompletionTypes() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp151 auto IT = SeenInsts.find(I); in seen() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp509 auto *IT = dyn_cast<IntegerType>(Op0->getType()); in foldCttzCtlz() local
577 auto *IT = dyn_cast<IntegerType>(Ty); in foldCtpop() local
2130 if (IntrinsicInst *IT = findInitTrampolineFromAlloca(TrampMem)) in findInitTrampoline() local
2132 if (IntrinsicInst *IT = findInitTrampolineFromBB(AdjustTramp, TrampMem)) in findInitTrampoline() local
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangOpenCLBuiltinEmitter.cpp693 for (auto *IT : ImageTypes) { in EmitQualTypeFinder() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TextAPI/
H A DTextStub.cpp811 for (const auto &IT : File->uuids()) in NormalizedTBD_V4() local
863 for (const auto &IT : SymbolToTargetList) { in NormalizedTBD_V4() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaAccess.cpp317 } else if (const InjectedClassNameType *IT in IsDerivedFromInclusive() local
670 } else if (const InjectedClassNameType *IT in findFriendship() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DARMEHABIPrinter.h520 const Elf_Shdr *IT) const { in PrintIndexTable()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp557 for (BasicBlock::iterator IT = BB.begin(); IT != BB.end(); ++IT) { in runOnFunction() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp2016 if (const ExtIntType *IT = dyn_cast<ExtIntType>(CanonicalType)) in isSignedIntegerType() local
2033 if (const ExtIntType *IT = dyn_cast<ExtIntType>(CanonicalType)) in isSignedIntegerOrEnumerationType() local
2063 if (const ExtIntType *IT = dyn_cast<ExtIntType>(CanonicalType)) in isUnsignedIntegerType() local
2080 if (const ExtIntType *IT = dyn_cast<ExtIntType>(CanonicalType)) in isUnsignedIntegerOrEnumerationType() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp428 auto IT = ImportThresholds.insert(std::make_pair( in computeImportForFunction() local

12