Searched defs:isCall (Results 1 – 14 of 14) sorted by relevance
47 virtual bool isCall(const MCInst &Inst) const { in isCall() function
290 bool isCall() const { in isCall() function
50 virtual bool isCall(const MCInst &Inst) const { in isCall() function
214 bool isCall() const { return Flags & (1 << MCID::Call); } in isCall() function
65 bool isCall(const MCInst &MI, bool *IsIndirectCall) { in isCall() function in __anonb5bee7250111::MipsNaClELFStreamer
74 bool isCall() const { return I.getInt(); } in isCall() function
49 static void EmitBranchToAt(uint64_t At, uint64_t To, bool isCall, bool is64Bit){ in EmitBranchToAt()
226 bool isCall; variable
920 inline bool LazyCallGraph::Edge::isCall() const { in isCall() function
232 bool isCall : 1; variable
1083 bool Shader::Instruction::isCall() const in isCall() function in sw::Shader::Instruction
78 bool isCall() const { return I.getInt(); } in isCall() function
828 bool isCall) { in parseSparcAsmOperand()
1179 auto isCall = [] (const MachineInstr &In) -> bool { in buildStmt() local