Home
last modified time | relevance | path

Searched defs:AndInst (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86InstructionSelector.cpp892 MachineInstr &AndInst = selectZext() local
/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp1616 tryOptAndIntoCompareBranch(MachineInstr & AndInst,bool Invert,MachineBasicBlock * DstMBB,MachineIRBuilder & MIB) const tryOptAndIntoCompareBranch() argument
1717 MachineInstr *AndInst = getOpcodeDef(TargetOpcode::G_AND, LHS, MRI); tryOptCompareBranchFedByICmp() local
[all...]
/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4560 const auto *AndInst = dyn_cast<const Instruction>(*ExtInst->user_begin()); canGetThrough() local