Home
last modified time | relevance | path

Searched refs:DisableNonVolatileCR (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCMachineFunctionInfo.h70 bool DisableNonVolatileCR = false; variable
172 void setDisableNonVolatileCR() { DisableNonVolatileCR = true; } in setDisableNonVolatileCR()
173 bool isNonVolatileCRDisabled() const { return DisableNonVolatileCR; } in isNonVolatileCRDisabled()
DPPCMachineFunctionInfo.cpp23 : DisableNonVolatileCR(PPCDisableNonVolatileCR) {} in PPCFunctionInfo()
/external/llvm-project/llvm/test/CodeGen/PowerPC/
Dppc-disable-non-volatile-cr.ll8 define dso_local signext i32 @DisableNonVolatileCR(i32 signext %a, i32 signext %b) {
9 ; CHECK-DISABLE-LABEL: DisableNonVolatileCR:
18 ; CHECK-ENABLE-LABEL: DisableNonVolatileCR: