Home
last modified time | relevance | path

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

12345

/external/llvm-project/llvm/unittests/tools/llvm-exegesis/X86/
DSnippetGeneratorTest.cpp87 const InstructionTemplate &IT = CT.Instructions[0]; in TEST_F() local
110 const InstructionTemplate &IT = CT.Instructions[0]; in TEST_F() local
132 const InstructionTemplate &IT = CT.Instructions[0]; in TEST_F() local
175 const InstructionTemplate &IT = CT.Instructions[0]; in TEST_F() local
196 const InstructionTemplate &IT = CT.Instructions[0]; in TEST_F() local
234 const InstructionTemplate &IT = CT.Instructions[0]; in TEST_F() local
255 const InstructionTemplate &IT = CT.Instructions[0]; in TEST_F() local
283 for (const auto &IT : CT.Instructions) { in TEST_F() local
313 const InstructionTemplate &IT = CT.Instructions[0]; in TEST_F() local
350 const InstructionTemplate &IT = CT.Instructions[0]; in TEST_F() local
[all …]
/external/llvm-project/llvm/unittests/tools/llvm-exegesis/PowerPC/
DSnippetGeneratorTest.cpp71 const InstructionTemplate &IT = CT.Instructions[0]; in TEST_F() local
101 const InstructionTemplate &IT = CT.Instructions[0]; in TEST_F() local
127 const InstructionTemplate &IT = CT.Instructions[0]; in TEST_F() local
/external/llvm-project/llvm/unittests/tools/llvm-exegesis/Mips/
DSnippetGeneratorTest.cpp71 const InstructionTemplate &IT = CT.Instructions[0]; in TEST_F() local
119 const InstructionTemplate &IT = CT.Instructions[0]; in TEST_F() local
/external/llvm-project/llvm/tools/llvm-exegesis/lib/PowerPC/
DTarget.cpp17 static void setMemOp(InstructionTemplate &IT, int OpIdx, in setMemOp()
73 void ExegesisPowerPCTarget::fillMemoryOperands(InstructionTemplate &IT, in fillMemoryOperands()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSafeStackColoring.cpp42 const auto IT = AllocaNumbering.find(AI); in getLiveRange() local
206 for (auto IT : BlockLiveness) { in calculateLiveIntervals() local
263 for (auto IT : BlockLiveness) { in dumpBlockLiveness() local
DSafeStackLayout.cpp36 for (auto &IT : ObjectOffsets) { in print() local
/external/llvm/lib/CodeGen/
DSafeStackColoring.cpp28 const auto IT = AllocaNumbering.find(AI); in getLiveRange() local
191 for (auto IT : BlockLiveness) { in calculateLiveIntervals() local
245 for (auto IT : BlockLiveness) { in dumpBlockLiveness() local
DSafeStackLayout.cpp31 for (auto &IT : ObjectOffsets) { in print() local
/external/llvm-project/llvm/tools/llvm-exegesis/lib/Mips/
DTarget.cpp42 static void setMemOp(InstructionTemplate &IT, int OpIdx, in setMemOp()
137 void ExegesisMipsTarget::fillMemoryOperands(InstructionTemplate &IT, in fillMemoryOperands()
/external/llvm/lib/Analysis/
DDemandedBits.cpp282 if (IntegerType *IT = dyn_cast<IntegerType>(I.getType())) { in performAnalysis() local
294 if (IntegerType *IT = dyn_cast<IntegerType>(J->getType())) in performAnalysis() local
326 if (IntegerType *IT = dyn_cast<IntegerType>(I->getType())) { in performAnalysis() local
/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DParallelSnippetGenerator.cpp108 InstructionTemplate IT = Instructions[I % OriginalInstructionsSize]; in instantiateMemoryOperands() local
118 const LLVMState &State, const InstructionTemplate &IT, in generateSnippetUsingStaticRenaming()
DSnippetGenerator.cpp108 for (const InstructionTemplate &IT : Instructions) { in computeRegisterInitialValues() local
263 InstructionTemplate &IT) { in randomizeUnsetVariables()
/external/llvm/lib/Support/
DOptions.cpp21 for (auto IT = Options.begin(); IT != Options.end(); ++IT) in ~OptionRegistry() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
DFunctionInfo.cpp55 const uint32_t IT = Data.getU32(&Offset); in decode() local
186 const uint32_t IT = Data.getU32(&Offset); in lookup() local
/external/llvm-project/llvm/lib/DebugInfo/GSYM/
DFunctionInfo.cpp58 const uint32_t IT = Data.getU32(&Offset); in decode() local
189 const uint32_t IT = Data.getU32(&Offset); in lookup() local
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
DPR27684_contains_ref_to_incomplete_type.pass.cpp34 using IT = IncompleteType; in main() typedef
/external/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
DPR27684_contains_ref_to_incomplete_type.pass.cpp35 using IT = IncompleteType; in main() typedef
/external/llvm-project/llvm/lib/Analysis/
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
/external/deqp-deps/SPIRV-Tools/source/opt/
Dset_spec_constant_default_value_pass.cpp55 if (const auto* IT = type->AsInteger()) { in ParseDefaultValueStr() local
100 } else if (const auto* IT = type->AsInteger()) { in ParseDefaultValueBitPattern() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dset_spec_constant_default_value_pass.cpp55 if (const auto* IT = type->AsInteger()) { in ParseDefaultValueStr() local
100 } else if (const auto* IT = type->AsInteger()) { in ParseDefaultValueBitPattern() local
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dset_spec_constant_default_value_pass.cpp55 if (const auto* IT = type->AsInteger()) { in ParseDefaultValueStr() local
100 } else if (const auto* IT = type->AsInteger()) { in ParseDefaultValueBitPattern() local
/external/compiler-rt/lib/builtins/
Dassembly.h96 #define IT(cond) it cond macro
99 #define IT(cond) macro
/external/llvm-project/compiler-rt/lib/builtins/
Dassembly.h138 #define IT(cond) it cond macro
143 #define IT(cond) macro
150 #define IT(cond) macro
/external/llvm-project/llvm/lib/CodeGen/
DSafeStackLayout.cpp35 for (auto &IT : ObjectOffsets) { in print() local
/external/libcxx/test/std/utilities/any/any.class/any.cons/
Din_place_type.pass.cpp182 using IT = std::in_place_type_t<I>; in test_constructor_explicit() typedef

12345