Home
last modified time | relevance | path

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

123

/llvm-project/llvm/unittests/tools/llvm-exegesis/X86/
H A DSnippetGeneratorTest.cpp83 const InstructionTemplate &IT = CT.Instructions[0]; in TEST_F() local
106 const InstructionTemplate &IT = CT.Instructions[0]; in TEST_F() local
128 const InstructionTemplate &IT in TEST_F() local
181 const InstructionTemplate &IT = CT.Instructions[0]; TEST_F() local
205 const InstructionTemplate &IT = CT.Instructions[0]; TEST_F() local
226 const InstructionTemplate &IT = CT.Instructions[0]; TEST_F() local
265 const InstructionTemplate &IT = CT.Instructions[0]; TEST_F() local
293 for (const auto &IT : CT.Instructions) { TEST_F() local
333 for (const auto &IT : CT.Instructions) { TEST_F() local
373 const InstructionTemplate &IT = CT.Instructions[0]; TEST_F() local
411 const InstructionTemplate &IT = CT.Instructions[0]; TEST_F() local
515 InstructionTemplate IT = Generator.getInstructionTemplate(X86::ADD16ri); TEST_F() local
[all...]
H A DTargetTest.cpp558 InstructionTemplate IT(&I); TEST_F() local
571 InstructionTemplate IT(&I); TEST_F() local
[all...]
/llvm-project/llvm/unittests/tools/llvm-exegesis/PowerPC/
H A DSnippetGeneratorTest.cpp67 const InstructionTemplate &IT = CT.Instructions[0]; in TEST_F() local
97 const InstructionTemplate &IT = CT.Instructions[0]; in TEST_F() local
122 const InstructionTemplate &IT = CT.Instructions[0]; in TEST_F() local
/llvm-project/llvm/unittests/tools/llvm-exegesis/Mips/
H A DSnippetGeneratorTest.cpp67 const InstructionTemplate &IT = CT.Instructions[0]; in TEST_F() local
115 const InstructionTemplate &IT = CT.Instructions[0]; in TEST_F() local
/llvm-project/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() argument
217 BitVector &Uses, BitVector &Defs, InstructionTemplate IT, in generateSingleSnippetForInstrAvoidingDefUseOverlap() argument
253 generateSnippetForInstrAvoidingDefUseOverlap(const LLVMState & State,const InstructionTemplate & IT,RegRandomizationStrategy S,const BitVector & ForbiddenRegisters) generateSnippetForInstrAvoidingDefUseOverlap() argument
[all...]
H A DSnippetGenerator.cpp112 for (const InstructionTemplate &IT : Instructions) { computeRegisterInitialValues() local
277 randomizeUnsetVariables(const LLVMState & State,const BitVector & ForbiddenRegs,InstructionTemplate & IT) randomizeUnsetVariables() argument
[all...]
H A DTarget.h198 fillMemoryOperands(InstructionTemplate & IT,unsigned Reg,unsigned Offset) fillMemoryOperands() argument
/llvm-project/llvm/tools/llvm-exegesis/lib/PowerPC/
H A DTarget.cpp20 static void setMemOp(InstructionTemplate &IT, int OpIdx, in setMemOp() argument
77 void ExegesisPowerPCTarget::fillMemoryOperands(InstructionTemplate &IT, in fillMemoryOperands() argument
[all...]
/llvm-project/llvm/tools/llvm-exegesis/lib/Mips/
H A DTarget.cpp45 static void setMemOp(InstructionTemplate &IT, int OpIdx, in setMemOp() argument
141 fillMemoryOperands(InstructionTemplate & IT,unsigned Reg,unsigned Offset) const fillMemoryOperands() argument
/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
H A DPR27684_contains_ref_to_incomplete_type.pass.cpp31 using IT = IncompleteType; in main() typedef
/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DFunctionInfo.cpp58 const uint32_t IT = Data.getU32(&Offset); decode() local
214 const uint32_t IT = Data.getU32(&Offset); lookup() local
/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
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUResourceUsageAnalysis.cpp126 for (auto IT = po_begin(&CG); IT != End; ++IT) { runOnModule() local
146 for (const auto &IT : CG) { runOnModule() local
/llvm-project/llvm/lib/CodeGen/
H A DSafeStackLayout.cpp34 for (auto &IT : ObjectOffsets) { in print() local
/llvm-project/libcxx/test/std/utilities/any/any.class/any.cons/
H A Din_place_type.pass.cpp170 using IT = std::in_place_type_t<I>; in test_constructor_explicit() typedef
/llvm-project/compiler-rt/lib/builtins/
H A Dassembly.h146 #define IT(cond) it cond macro
151 #define IT(cond) macro
158 #define IT(cond) macro
/llvm-project/llvm/include/llvm/Analysis/
H A DLoopCacheAnalysis.h216 auto IT = llvm::find_if(LoopCosts, [&L](const LoopCacheCostTy &LCC) { getLoopCost() local
/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp59 IT(cl::desc("IT block support"), cl::Hidden, cl::init(DefaultIT), variable
/llvm-project/llvm/tools/llvm-exegesis/lib/X86/
H A DTarget.cpp262 static void setMemOp(InstructionTemplate &IT, int OpIdx, in setMemOp() argument
300 InstructionTemplate IT(&Instr); in generateLEATemplatesCommon() local
901 fillMemoryOperands(InstructionTemplate & IT,unsigned Reg,unsigned Offset) const fillMemoryOperands() argument
[all...]
/llvm-project/polly/lib/CodeGen/
H A DCodeGeneration.cpp153 if (auto *IT = dyn_cast<IntrinsicInst>(&*InstIt)) { removeLifetimeMarkers() local
/llvm-project/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp118 auto IT = SeenInsts.find(I); seen() local
/llvm-project/llvm/include/llvm/ADT/
H A DDirectedGraph.h244 iterator IT = findNode(N); in removeNode() local
/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp676 for (auto IT : InitialTypes) { getAcceptedCompletionTypes() local
/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.h138 IT : 8, // AArch32 only – CPSR.IT bits member
/llvm-project/llvm/tools/llvm-readtapi/
H A Dllvm-readtapi.cpp222 for (sys::fs::recursive_directory_iterator IT(InputPath, EC), IE; IT != IE; stubifyDirectory() local

123