/external/llvm/include/llvm/MC/ |
D | MCInstrAnalysis.h | 50 virtual bool isCall(const MCInst &Inst) const { in isCall() function
|
D | MCInstrDesc.h | 214 bool isCall() const { return Flags & (1 << MCID::Call); } in isCall() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCInstrAnalysis.h | 53 virtual bool isCall(const MCInst &Inst) const { in isCall() function
|
D | MCInstrDesc.h | 286 bool isCall() const { return Flags & (1ULL << MCID::Call); } in isCall() function
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsNaClELFStreamer.cpp | 65 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/ |
D | MipsNaClELFStreamer.cpp | 73 bool isCall(const MCInst &MI, bool *IsIndirectCall) { in isCall() function in __anon0ccc56340111::MipsNaClELFStreamer
|
/external/llvm/include/llvm/Analysis/ |
D | LazyCallGraph.h | 920 inline bool LazyCallGraph::Edge::isCall() const { in isCall() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | LazyCallGraph.h | 1223 inline bool LazyCallGraph::Edge::isCall() const { in isCall() function
|
/external/llvm/utils/TableGen/ |
D | CodeGenInstruction.h | 232 bool isCall : 1; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ScheduleDAG.h | 275 bool isCall : 1; ///< Is a function call. variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | CallSite.h | 87 bool isCall() const { return I.getInt() == 1; } in isCall() function
|
/external/llvm/include/llvm/IR/ |
D | CallSite.h | 78 bool isCall() const { return I.getInt(); } in isCall() function
|
/external/llvm/lib/Target/Sparc/AsmParser/ |
D | SparcAsmParser.cpp | 828 bool isCall) { in parseSparcAsmOperand()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/AsmParser/ |
D | SparcAsmParser.cpp | 871 bool isCall) { in parseSparcAsmOperand()
|
/external/deqp/external/vulkancts/modules/vulkan/reconvergence/ |
D | vktReconvergenceTests.cpp | 1165 deUint32 isCall; in simulate() member
|
/external/llvm/lib/Target/Hexagon/ |
D | RDFGraph.cpp | 1179 auto isCall = [] (const MachineInstr &In) -> bool { in buildStmt() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | RDFGraph.cpp | 1251 auto isCall = [] (const MachineInstr &In) -> bool { in buildStmt() local
|