Searched refs:SIB (Results 1 – 8 of 8) sorted by relevance
314 struct SIB { struct315 SIB(const SIB &Other) : Field(Other.Field) { foo(); } in SIB() function316 SIB &operator=(const SIB &);319 SIB &SIB::operator=(const SIB &Other) { in operator =() argument
249 const BinaryData *SIB = BC.getBinaryDataByName(SymbolB->getName()); in isIdenticalWith() local250 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()
169 ; 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 …]
170 ; 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 …]
3 // This corresponds to a gather, but doesn't use a SIB byte.
498 memtag::StackInfoBuilder SIB( in runOnFunction() local501 SIB.visit(I); in runOnFunction()502 memtag::StackInfo &SInfo = SIB.get(); in runOnFunction()
1425 memtag::StackInfoBuilder SIB( in sanitizeFunction() local1429 SIB.visit(Inst); in sanitizeFunction()1442 memtag::StackInfo &SInfo = SIB.get(); in sanitizeFunction()
806 Instruction *SIB = B.CreateStore(ConstantInt::get(Int8, 0), AllocaB); in TEST_F() local822 LIA, MSSA.getMemoryAccess(SIB), LIA->getParent(), MemorySSA::End)); in TEST_F()