Searched defs:IsDef (Results 1 - 8 of 8) sorted by relevance

/external/llvm/lib/CodeGen/
H A DMIRPrinter.cpp124 const MachineRegisterInfo *MRI = nullptr, bool IsDef = false);
559 /*IsDef=*/true);
752 const MachineRegisterInfo *MRI, bool IsDef) {
758 else if (!IsDef && Op.isDef())
779 assert((!IsDef || MRI) && "for IsDef, MRI must be provided");
780 if (IsDef && MRI->getSize(Op.getReg()))
750 print(const MachineOperand &Op, const TargetRegisterInfo *TRI, unsigned I, bool ShouldPrintRegisterTies, const MachineRegisterInfo *MRI, bool IsDef) argument
H A DBranchFolding.cpp1705 bool IsDef = false; local
1716 IsDef = true;
1720 if (!IsDef)
/external/llvm/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.cpp46 void MipsSEDAGToDAGISel::addDSPCtrlRegOperands(bool IsDef, MachineInstr &MI, argument
51 IsDef ? RegState::ImplicitDefine : RegState::Implicit | RegState::Undef;
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DBranchFolding.cpp1469 bool IsDef = false; local
1470 for (unsigned i = 0, e = PI->getNumOperands(); !IsDef && i != e; ++i) {
1478 IsDef = true;
1480 if (!IsDef)
/external/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp128 Optional<unsigned> &TiedDefIdx, bool IsDef = false);
585 if (parseRegisterOperand(MO, TiedDefIdx, /*IsDef=*/true))
949 bool IsDef) {
951 unsigned Flags = IsDef ? RegState::Define : 0;
947 parseRegisterOperand(MachineOperand &Dest, Optional<unsigned> &TiedDefIdx, bool IsDef) argument
/external/llvm/lib/Target/Hexagon/
H A DRDFGraph.h725 static bool IsDef(const NodeAddr<NodeBase*> BA) { function in struct:DataFlowGraph
H A DHexagonFrameLowering.cpp2263 const CSIVect &CSI, bool IsDef, bool IsKill) const {
2266 MI->addOperand(MachineOperand::CreateReg(R.getReg(), IsDef, true, IsKill));
2262 addCalleeSaveRegistersAsImpOperand(MachineInstr *MI, const CSIVect &CSI, bool IsDef, bool IsKill) const argument
/external/clang/tools/libclang/
H A DCIndex.cpp5024 const char *IsDef = clang_isCursorDefinition(Result)? " (Definition)" : ""; local
5040 clang_getCString(USR), IsDef);

Completed in 409 milliseconds