Home
last modified time | relevance | path

Searched refs:SIB (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-equals-default-copy.cpp314 struct SIB { struct
315 SIB(const SIB &Other) : Field(Other.Field) { foo(); } in SIB() function
316 SIB &operator=(const SIB &);
319 SIB &SIB::operator=(const SIB &Other) { in operator =() argument
/llvm-project-15.0.7/bolt/lib/Passes/
H A DIdenticalCodeFolding.cpp249 const BinaryData *SIB = BC.getBinaryDataByName(SymbolB->getName()); in isIdenticalWith() local
250 if (!SIB) in isIdenticalWith()
253 assert((SIA->getAddress() != SIB->getAddress()) && in isIdenticalWith()
262 B.getJumpTableContainingAddress(SIB->getAddress()); in isIdenticalWith()
267 (SIB->getAddress() - JumpTableB->getAddress())) in isIdenticalWith()
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dlogical-select-inseltpoison.ll169 ; CHECK-NEXT: [[SIB:%.*]] = fptosi <2 x double> [[B:%.*]] to <2 x i64>
171 ; CHECK-NEXT: [[TMP2:%.*]] = bitcast <2 x i64> [[SIB]] to <4 x i32>
191 ; CHECK-NEXT: [[SIB:%.*]] = fptosi <2 x double> [[B:%.*]] to <2 x i64>
193 ; CHECK-NEXT: [[TMP2:%.*]] = bitcast <2 x i64> [[SIB]] to <4 x i32>
215 ; CHECK-NEXT: [[TMP2:%.*]] = bitcast <2 x i64> [[SIB]] to <4 x i32>
237 ; CHECK-NEXT: [[TMP2:%.*]] = bitcast <2 x i64> [[SIB]] to <4 x i32>
259 ; CHECK-NEXT: [[TMP2:%.*]] = bitcast <2 x i64> [[SIB]] to <4 x i32>
281 ; CHECK-NEXT: [[TMP2:%.*]] = bitcast <2 x i64> [[SIB]] to <4 x i32>
303 ; CHECK-NEXT: [[TMP2:%.*]] = bitcast <2 x i64> [[SIB]] to <4 x i32>
325 ; CHECK-NEXT: [[TMP2:%.*]] = bitcast <2 x i64> [[SIB]] to <4 x i32>
[all …]
H A Dlogical-select.ll170 ; CHECK-NEXT: [[SIB:%.*]] = fptosi <2 x double> [[B:%.*]] to <2 x i64>
172 ; CHECK-NEXT: [[TMP2:%.*]] = bitcast <2 x i64> [[SIB]] to <4 x i32>
192 ; CHECK-NEXT: [[SIB:%.*]] = fptosi <2 x double> [[B:%.*]] to <2 x i64>
194 ; CHECK-NEXT: [[TMP2:%.*]] = bitcast <2 x i64> [[SIB]] to <4 x i32>
216 ; CHECK-NEXT: [[TMP2:%.*]] = bitcast <2 x i64> [[SIB]] to <4 x i32>
238 ; CHECK-NEXT: [[TMP2:%.*]] = bitcast <2 x i64> [[SIB]] to <4 x i32>
260 ; CHECK-NEXT: [[TMP2:%.*]] = bitcast <2 x i64> [[SIB]] to <4 x i32>
282 ; CHECK-NEXT: [[TMP2:%.*]] = bitcast <2 x i64> [[SIB]] to <4 x i32>
304 ; CHECK-NEXT: [[TMP2:%.*]] = bitcast <2 x i64> [[SIB]] to <4 x i32>
326 ; CHECK-NEXT: [[TMP2:%.*]] = bitcast <2 x i64> [[SIB]] to <4 x i32>
[all …]
/llvm-project-15.0.7/llvm/test/MC/Disassembler/X86/
H A Dgather-novsib.txt3 // This corresponds to a gather, but doesn't use a SIB byte.
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp498 memtag::StackInfoBuilder SIB( in runOnFunction() local
501 SIB.visit(I); in runOnFunction()
502 memtag::StackInfo &SInfo = SIB.get(); in runOnFunction()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1425 memtag::StackInfoBuilder SIB( in sanitizeFunction() local
1429 SIB.visit(Inst); in sanitizeFunction()
1442 memtag::StackInfo &SInfo = SIB.get(); in sanitizeFunction()
/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DMemorySSATest.cpp806 Instruction *SIB = B.CreateStore(ConstantInt::get(Int8, 0), AllocaB); in TEST_F() local
822 LIA, MSSA.getMemoryAccess(SIB), LIA->getParent(), MemorySSA::End)); in TEST_F()