Home
last modified time | relevance | path

Searched defs:isCall (Results 1 – 14 of 14) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCInstrAnalysis.h47 virtual bool isCall(const MCInst &Inst) const { in isCall() function
DMCInstrDesc.h290 bool isCall() const { in isCall() function
/external/llvm/include/llvm/MC/
DMCInstrAnalysis.h50 virtual bool isCall(const MCInst &Inst) const { in isCall() function
DMCInstrDesc.h214 bool isCall() const { return Flags & (1 << MCID::Call); } in isCall() function
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsNaClELFStreamer.cpp65 bool isCall(const MCInst &MI, bool *IsIndirectCall) { in isCall() function in __anonb5bee7250111::MipsNaClELFStreamer
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DCallSite.h74 bool isCall() const { return I.getInt(); } in isCall() function
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCJITInfo.cpp49 static void EmitBranchToAt(uint64_t At, uint64_t To, bool isCall, bool is64Bit){ in EmitBranchToAt()
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenInstruction.h226 bool isCall; variable
/external/llvm/include/llvm/Analysis/
DLazyCallGraph.h920 inline bool LazyCallGraph::Edge::isCall() const { in isCall() function
/external/llvm/utils/TableGen/
DCodeGenInstruction.h232 bool isCall : 1; variable
/external/swiftshader/src/Shader/
DShader.cpp1083 bool Shader::Instruction::isCall() const in isCall() function in sw::Shader::Instruction
/external/llvm/include/llvm/IR/
DCallSite.h78 bool isCall() const { return I.getInt(); } in isCall() function
/external/llvm/lib/Target/Sparc/AsmParser/
DSparcAsmParser.cpp828 bool isCall) { in parseSparcAsmOperand()
/external/llvm/lib/Target/Hexagon/
DRDFGraph.cpp1179 auto isCall = [] (const MachineInstr &In) -> bool { in buildStmt() local