Searched refs:SetccInGPROpts (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp2480 enum SetccInGPROpts { ZExtOrig, ZExtInvert, SExtOrig, SExtInvert }; enum in class:__anon2358::IntegerCompareEliminator
2508 SDValue getSETCCInGPR(SDValue Compare, SetccInGPROpts ConvOpts);
2563 SetccInGPROpts::SExtOrig : SetccInGPROpts::ZExtOrig);
2686 return getSETCCInGPR(Operand, SetccInGPROpts::ZExtOrig);
3594 SetccInGPROpts ConvOpts) {
3615 if (ConvOpts == SetccInGPROpts::ZExtInvert ||
3616 ConvOpts == SetccInGPROpts::SExtInvert)
3624 bool IsSext = ConvOpts == SetccInGPROpts::SExtOrig ||
3625 ConvOpts == SetccInGPROpts
[all...]

Completed in 66 milliseconds