HomeSort by: relevance | last modified time | path
    Searched refs:PeepholeProtection (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.cpp 2276 CodeGenFunction::PeepholeProtection
2282 if (!rvalue.isScalar()) return PeepholeProtection();
2284 if (!isa<llvm::ZExtInst>(value)) return PeepholeProtection();
2291 PeepholeProtection protection;
2296 void CodeGenFunction::unprotectFromPeepholes(PeepholeProtection protection) {
CodeGenFunction.h 1204 class PeepholeProtection {
1209 PeepholeProtection() : Inst(nullptr) {}
1221 CodeGenFunction::PeepholeProtection Protection;
3123 PeepholeProtection protectFromPeepholes(RValue rvalue);
3124 void unprotectFromPeepholes(PeepholeProtection protection);

Completed in 29 milliseconds