/llvm-project/llvm/unittests/tools/llvm-exegesis/X86/ |
H A D | SnippetGeneratorTest.cpp | 83 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 D | TargetTest.cpp | 558 InstructionTemplate IT(&I); TEST_F() local 571 InstructionTemplate IT(&I); TEST_F() local [all...] |
/llvm-project/llvm/unittests/tools/llvm-exegesis/PowerPC/ |
H A D | SnippetGeneratorTest.cpp | 67 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 D | SnippetGeneratorTest.cpp | 67 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 D | ParallelSnippetGenerator.cpp | 107 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 D | SnippetGenerator.cpp | 112 for (const InstructionTemplate &IT : Instructions) { computeRegisterInitialValues() local 277 randomizeUnsetVariables(const LLVMState & State,const BitVector & ForbiddenRegs,InstructionTemplate & IT) randomizeUnsetVariables() argument [all...] |
H A D | Target.h | 198 fillMemoryOperands(InstructionTemplate & IT,unsigned Reg,unsigned Offset) fillMemoryOperands() argument
|
/llvm-project/llvm/tools/llvm-exegesis/lib/PowerPC/ |
H A D | Target.cpp | 20 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 D | Target.cpp | 45 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 D | PR27684_contains_ref_to_incomplete_type.pass.cpp | 31 using IT = IncompleteType; in main() typedef
|
/llvm-project/llvm/lib/DebugInfo/GSYM/ |
H A D | FunctionInfo.cpp | 58 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 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
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUResourceUsageAnalysis.cpp | 126 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 D | SafeStackLayout.cpp | 34 for (auto &IT : ObjectOffsets) { in print() local
|
/llvm-project/libcxx/test/std/utilities/any/any.class/any.cons/ |
H A D | in_place_type.pass.cpp | 170 using IT = std::in_place_type_t<I>; in test_constructor_explicit() typedef
|
/llvm-project/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
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | LoopCacheAnalysis.h | 216 auto IT = llvm::find_if(LoopCosts, [&L](const LoopCacheCostTy &LCC) { getLoopCost() local
|
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMSubtarget.cpp | 59 IT(cl::desc("IT block support"), cl::Hidden, cl::init(DefaultIT), variable
|
/llvm-project/llvm/tools/llvm-exegesis/lib/X86/ |
H A D | Target.cpp | 262 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 D | CodeGeneration.cpp | 153 if (auto *IT = dyn_cast<IntrinsicInst>(&*InstIt)) { removeLifetimeMarkers() local
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | Float2Int.cpp | 118 auto IT = SeenInsts.find(I); seen() local
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | DirectedGraph.h | 244 iterator IT = findNode(N); in removeNode() local
|
/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
H A D | Registry.cpp | 676 for (auto IT : InitialTypes) { getAcceptedCompletionTypes() local
|
/llvm-project/lldb/source/Plugins/Instruction/ARM64/ |
H A D | EmulateInstructionARM64.h | 138 IT : 8, // AArch32 only – CPSR.IT bits member
|
/llvm-project/llvm/tools/llvm-readtapi/ |
H A D | llvm-readtapi.cpp | 222 for (sys::fs::recursive_directory_iterator IT(InputPath, EC), IE; IT != IE; stubifyDirectory() local
|