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

  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCReduceCRLogicals.cpp 1 //===---- PPCReduceCRLogicals.cpp - Reduce CR Bit Logical operations ------===//
352 class PPCReduceCRLogicals : public MachineFunctionPass {
407 PPCReduceCRLogicals() : MachineFunctionPass(ID) {
435 LLVM_DUMP_METHOD void PPCReduceCRLogicals::CRLogicalOpInfo::dump() {
462 PPCReduceCRLogicals::CRLogicalOpInfo
463 PPCReduceCRLogicals::createCRLogicalOpInfo(MachineInstr &MIParam) {
535 MachineInstr *PPCReduceCRLogicals::lookThroughCRCopy(unsigned Reg,
568 void PPCReduceCRLogicals::initialize(MachineFunction &MFParam) {
582 bool PPCReduceCRLogicals::handleCROp(unsigned Idx) {
613 bool PPCReduceCRLogicals::splitBlockOnBinaryCROp(CRLogicalOpInfo &CRI)
    [all...]
  /src/external/apache2/llvm/lib/libLLVMPowerPCCodeGen/
Makefile 34 PPCReduceCRLogicals.cpp \

Completed in 18 milliseconds