Home
last modified time | relevance | path

Searched defs:SIB (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-equals-default-copy.cpp352 struct SIB { struct
353 SIB(const SIB &Other) : Field(Other.Field) { foo(); } in SIB() function
357 SIB &SIB::operator=(const SIB &Other) { in operator =() argument
/llvm-project/bolt/lib/Passes/
H A DIdenticalCodeFolding.cpp253 const BinaryData *SIB = BC.getBinaryDataByName(SymbolB->getName()); isIdenticalWith() local
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp535 memtag::StackInfoBuilder SIB(SSI); runOnFunction() local
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1580 memtag::StackInfoBuilder SIB(SSI); sanitizeFunction() local
/llvm-project/llvm/unittests/Analysis/
H A DMemorySSATest.cpp797 Instruction *SIB = B.CreateStore(ConstantInt::get(Int8, 0), AllocaB); in TEST_F() local