Home
last modified time | relevance | path

Searched defs:isCall (Results 1 – 25 of 25) 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/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/
DMCInstrAnalysis.h55 virtual bool isCall(const MCInst &Inst) const { in isCall() function
DMCPseudoProbe.h144 bool isCall() const { return isIndirectCall() || isDirectCall(); } in isCall() function
DMCInstrDesc.h292 bool isCall() const { return Flags & (1ULL << MCID::Call); } in isCall() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsNaClELFStreamer.cpp73 bool isCall(const MCInst &MI, bool *IsIndirectCall) { in isCall() function in __anon9fa8bac40111::MipsNaClELFStreamer
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsNaClELFStreamer.cpp65 bool isCall(const MCInst &MI, bool *IsIndirectCall) { in isCall() function in __anon5488fc1c0111::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 __anon5ede9dbe0111::MipsNaClELFStreamer
/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/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLazyCallGraph.h1223 inline bool LazyCallGraph::Edge::isCall() const { in isCall() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
DLazyCallGraph.h1223 inline bool LazyCallGraph::Edge::isCall() const { in isCall() function
/external/swiftshader/third_party/llvm-16.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/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/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Sparc/AsmParser/
DSparcAsmParser.cpp1102 bool isCall) { in parseSparcAsmOperand()
/external/llvm/lib/Target/Hexagon/
DRDFGraph.cpp1179 auto isCall = [] (const MachineInstr &In) -> bool { in buildStmt() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DRDFGraph.cpp1237 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
/external/deqp/external/vulkancts/modules/vulkan/reconvergence/
DvktReconvergenceTests.cpp1678 uint32_t isCall; member
1696 uint32_t isCall; member