Home
last modified time | relevance | path

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

/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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInstrAnalysis.h53 virtual bool isCall(const MCInst &Inst) const { in isCall() function
DMCInstrDesc.h286 bool isCall() const { return Flags & (1ULL << MCID::Call); } in isCall() function
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsNaClELFStreamer.cpp65 bool isCall(const MCInst &MI, bool *IsIndirectCall) { in isCall() function in __anon6363c7120111::MipsNaClELFStreamer
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsNaClELFStreamer.cpp73 bool isCall(const MCInst &MI, bool *IsIndirectCall) { in isCall() function in __anon0ccc56340111::MipsNaClELFStreamer
/external/llvm/include/llvm/Analysis/
DLazyCallGraph.h920 inline bool LazyCallGraph::Edge::isCall() const { in isCall() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLazyCallGraph.h1223 inline bool LazyCallGraph::Edge::isCall() const { in isCall() function
/external/llvm/utils/TableGen/
DCodeGenInstruction.h232 bool isCall : 1; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DScheduleDAG.h275 bool isCall : 1; ///< Is a function call. variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DCallSite.h87 bool isCall() const { return I.getInt() == 1; } in isCall() function
/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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/AsmParser/
DSparcAsmParser.cpp871 bool isCall) { in parseSparcAsmOperand()
/external/deqp/external/vulkancts/modules/vulkan/reconvergence/
DvktReconvergenceTests.cpp1165 deUint32 isCall; in simulate() member
/external/llvm/lib/Target/Hexagon/
DRDFGraph.cpp1179 auto isCall = [] (const MachineInstr &In) -> bool { in buildStmt() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFGraph.cpp1251 auto isCall = [] (const MachineInstr &In) -> bool { in buildStmt() local