Searched defs:IsDef (Results 1 - 7 of 7) sorted by relevance
/external/llvm/lib/CodeGen/ |
H A D | MIRPrinter.cpp | 121 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 D | BranchFolding.cpp | 1674 bool IsDef = false; local 1685 IsDef = true; 1689 if (!IsDef)
|
/external/llvm/lib/Target/Mips/ |
H A D | MipsSEISelDAGToDAG.cpp | 46 void MipsSEDAGToDAGISel::addDSPCtrlRegOperands(bool IsDef, MachineInstr &MI, argument 50 unsigned Flag = IsDef ? RegState::ImplicitDefine : RegState::Implicit;
|
/external/llvm/lib/CodeGen/MIRParser/ |
H A D | MIParser.cpp | 123 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 D | HexagonExpandCondsets.cpp | 279 bool IsDef = !Op.isUndef(); local 280 if (Op.isImplicit() && IsDef != SetDef)
|
H A D | HexagonFrameLowering.cpp | 819 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 D | CIndex.cpp | 4659 const char *IsDef = clang_isCursorDefinition(Result)? " (Definition)" : ""; local 4675 clang_getCString(USR), IsDef);
|
Completed in 158 milliseconds