Home
last modified time | relevance | path

Searched refs:PeepholeProtection (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
DCodeGenFunction.cpp1752 CodeGenFunction::PeepholeProtection
1758 if (!rvalue.isScalar()) return PeepholeProtection(); in protectFromPeepholes()
1760 if (!isa<llvm::ZExtInst>(value)) return PeepholeProtection(); in protectFromPeepholes()
1767 PeepholeProtection protection; in protectFromPeepholes()
1772 void CodeGenFunction::unprotectFromPeepholes(PeepholeProtection protection) { in unprotectFromPeepholes()
DCodeGenFunction.h770 class PeepholeProtection {
775 PeepholeProtection() : Inst(nullptr) {} in PeepholeProtection() function
787 CodeGenFunction::PeepholeProtection Protection;
2100 PeepholeProtection protectFromPeepholes(RValue rvalue);
2101 void unprotectFromPeepholes(PeepholeProtection protection);