OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Inst2
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AsmBackend.cpp
633
const MCCFIInstruction &
Inst2
= Instrs[++i];
634
if (
Inst2
.getOperation() != MCCFIInstruction::OpOffset)
636
unsigned Reg2 = *MRI.getLLVMRegNum(
Inst2
.getRegister(), true);
638
if (
Inst2
.getOffset() != CurOffset - 8)
640
CurOffset =
Inst2
.getOffset();
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonSubtarget.h
83
const SUnit &Inst1, const SUnit &
Inst2
) const;
HexagonSubtarget.cpp
252
const SUnit &
Inst2
) const {
257
unsigned Type = HII.getType(*
Inst2
.getInstr());
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
VectorUtils.cpp
664
const Instruction *
Inst2
) {
666
bool MayAccessMem2 =
Inst2
->mayReadOrWriteMemory();
671
return
Inst2
->getMetadata(LLVMContext::MD_access_group);
676
MDNode *MD2 =
Inst2
->getMetadata(LLVMContext::MD_access_group);
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
VectorUtils.h
443
/// Compute the access-group list of access groups that @p Inst1 and @p
Inst2
450
const Instruction *
Inst2
);
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.cpp
359
MCCFIInstruction
Inst2
= MCCFIInstruction::createOffset(
361
MAI->addInitialFrameState(
Inst2
);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp
1944
Instruction *
Inst2
) {
1946
AliasCacheKey key = std::make_pair(Inst1,
Inst2
);
1951
MemoryLocation Loc2 = getLocation(
Inst2
, AA);
1953
if (Loc1.Ptr && Loc2.Ptr && isSimple(Inst1) && isSimple(
Inst2
)) {
7158
// same values such as: select ((cmp Inst1,
Inst2
), Inst1,
Inst2
).
Completed in 63 milliseconds
Indexes created Sat Aug 29 00:25:01 UTC 2026