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

/external/llvm/lib/CodeGen/
H A DMIRPrinter.cpp121 unsigned I, bool ShouldPrintRegisterTies, bool IsDef = false);
543 print(MI.getOperand(I), TRI, I, ShouldPrintRegisterTies, /*IsDef=*/true);
730 unsigned I, bool ShouldPrintRegisterTies, bool IsDef) {
736 else if (!IsDef && Op.isDef())
729 print(const MachineOperand &Op, const TargetRegisterInfo *TRI, unsigned I, bool ShouldPrintRegisterTies, bool IsDef) argument
H A DBranchFolding.cpp1674 bool IsDef = false; local
1685 IsDef = true;
1689 if (!IsDef)
/external/llvm/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.cpp46 void MipsSEDAGToDAGISel::addDSPCtrlRegOperands(bool IsDef, MachineInstr &MI, argument
50 unsigned Flag = IsDef ? RegState::ImplicitDefine : RegState::Implicit;
/external/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp123 Optional<unsigned> &TiedDefIdx, bool IsDef = false);
575 if (parseRegisterOperand(MO, TiedDefIdx, /*IsDef=*/true))
918 bool IsDef) {
920 unsigned Flags = IsDef ? RegState::Define : 0;
916 parseRegisterOperand(MachineOperand &Dest, Optional<unsigned> &TiedDefIdx, bool IsDef) argument
/external/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp279 bool IsDef = !Op.isUndef(); local
280 if (Op.isImplicit() && IsDef != SetDef)
H A DHexagonFrameLowering.cpp819 unsigned MaxReg, bool IsDef) {
822 MachineOperand ImpUse = MachineOperand::CreateReg(R, IsDef, true);
818 addCalleeSaveRegistersAsImpOperand(MachineInstr *Inst, unsigned MaxReg, bool IsDef) argument
/external/clang/tools/libclang/
H A DCIndex.cpp4659 const char *IsDef = clang_isCursorDefinition(Result)? " (Definition)" : ""; local
4675 clang_getCString(USR), IsDef);

Completed in 249 milliseconds