Home
last modified time | relevance | path

Searched refs:isPredicable (Results 1 – 25 of 26) sorted by relevance

12

/external/llvm/lib/Target/ARM/
DThumb2SizeReduction.cpp613 if (!NewMCID.isPredicable()) in ReduceTo2Addr()
617 SkipPred = !NewMCID.isPredicable(); in ReduceTo2Addr()
704 if (!NewMCID.isPredicable()) in ReduceToNarrow()
708 SkipPred = !NewMCID.isPredicable(); in ReduceToNarrow()
758 if (!MCID.isPredicable() && NewMCID.isPredicable()) in ReduceToNarrow()
DARMBaseInstrInfo.h234 virtual bool isPredicable(MachineInstr *MI) const;
DThumb1RegisterInfo.cpp709 if (MI.getDesc().isPredicable()) { in eliminateFrameIndex()
DARMBaseInstrInfo.cpp501 bool ARMBaseInstrInfo::isPredicable(MachineInstr *MI) const { in isPredicable() function in ARMBaseInstrInfo
503 if (!MCID.isPredicable()) in isPredicable()
585 MI->getOperand(NumOps - (MCID.isPredicable() ? 3 : 2)); in GetInstSizeInBytes()
DARMConstantIslandPass.cpp1702 unsigned JTOpIdx = NumOps - (MCID.isPredicable() ? 3 : 2); in OptimizeThumb2JumpTables()
1825 unsigned JTOpIdx = NumOps - (MCID.isPredicable() ? 3 : 2); in ReorderThumb2JumpTables()
DARMFastISel.cpp263 if (TII.isPredicable(MI) || isARMNEONPred(MI)) in AddOptionalDefs()
DARMInstrThumb.td468 let isPredicable = 1 in
DARMInstrFormats.td354 let isPredicable = 0;
DARMInstrThumb2.td2988 let isPredicable = 1 in
/external/llvm/lib/Target/PTX/
DPTXInstrFormats.td22 let isPredicable = 1;
DPTXInstrInfo.h74 virtual bool isPredicable(MachineInstr *MI) const { return true; } in isPredicable() function
/external/llvm/utils/TableGen/
DCodeGenInstruction.h140 bool isPredicable; variable
229 bool isPredicable; variable
DCodeGenInstruction.cpp29 isPredicable = false; in CGIOperandList()
95 isPredicable = true; in CGIOperandList()
304 isPredicable = Operands.isPredicable || R->getValueAsBit("isPredicable"); in CodeGenInstruction()
DInstrInfoEmitter.cpp283 if (Inst.isPredicable) OS << "|(1<<MCID::Predicable)"; in emitRecord()
/external/llvm/lib/Target/
DTargetInstrInfo.cpp139 if (!MCID.isPredicable()) in isUnpredicatedTerminator()
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h555 virtual bool isPredicable(MachineInstr *MI) const { in isPredicable() function
556 return MI->getDesc().isPredicable(); in isPredicable()
DTarget.td328 bit isPredicable = 0; // Is this instruction predicable?
/external/llvm/include/llvm/MC/
DMCInstrDesc.h336 bool isPredicable() const { in isPredicable() function
/external/llvm/lib/Target/MSP430/
DMSP430InstrInfo.cpp170 if (!MCID.isPredicable()) in isUnpredicatedTerminator()
/external/llvm/lib/CodeGen/
DTargetInstrInfoImpl.cpp141 if (!MCID.isPredicable()) in PredicateInstruction()
DMachineInstr.cpp945 if (MCID.isPredicable()) { in findFirstPredOperandIdx()
1110 if (!MCID.isPredicable()) in copyPredicates()
DMachineBasicBlock.cpp482 back().getDesc().isPredicable(); in canFallThrough()
DIfConversion.cpp699 if (!TII->isPredicable(I)) { in ScanInstructions()
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp212 if (!MCID.isPredicable()) in isUnpredicatedTerminator()
/external/llvm/lib/Target/X86/
DX86InstrInfo.cpp1725 if (!MCID.isPredicable()) in isUnpredicatedTerminator()

12