Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsNaClELFStreamer.cpp73 bool isCall(const MCInst &MI, bool *IsIndirectCall) { in isCall() function in __anon0538250f0111::MipsNaClELFStreamer
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLazyCallGraph.h1223 inline bool LazyCallGraph::Edge::isCall() const { in isCall() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DScheduleDAG.h275 bool isCall : 1; ///< Is a function call. variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DCallSite.h87 bool isCall() const { return I.getInt() == 1; } in isCall() function
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShader.cpp1107 bool Shader::Instruction::isCall() const in isCall() function in sw::Shader::Instruction
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/AsmParser/
DSparcAsmParser.cpp871 bool isCall) { in parseSparcAsmOperand()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/reconvergence/
DvktReconvergenceTests.cpp1165 deUint32 isCall; in simulate() member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFGraph.cpp1251 auto isCall = [] (const MachineInstr &In) -> bool { in buildStmt() local
/third_party/typescript/src/compiler/
Dchecker.ts32040 const isCall = kind === SignatureKind.Call; constant