/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-project/llvm/include/llvm/MC/ |
D | MCInstrAnalysis.h | 53 virtual bool isCall(const MCInst &Inst) const { in isCall() function
|
D | MCInstrDesc.h | 271 bool isCall() const { return Flags & (1ULL << MCID::Call); } in isCall() function
|
/external/llvm-project/mlir/include/mlir/Analysis/ |
D | CallGraph.h | 67 bool isCall() const { return targetAndKind.getInt() == Kind::Call; } in isCall() function
|
/external/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsNaClELFStreamer.cpp | 73 bool isCall(const MCInst &MI, bool *IsIndirectCall) { in isCall() function in __anona0ecc7fb0111::MipsNaClELFStreamer
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsNaClELFStreamer.cpp | 65 bool isCall(const MCInst &MI, bool *IsIndirectCall) { in isCall() function in __anonfafcd38d0111::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 __anona150996f0111::MipsNaClELFStreamer
|
/external/llvm-project/flang/lib/Semantics/ |
D | pointer-assignment.cpp | 255 parser::CharBlock rhsName, bool isCall, const Procedure *rhsProcedure) { in Check()
|
/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/llvm-project/llvm/include/llvm/Analysis/ |
D | LazyCallGraph.h | 1230 inline bool LazyCallGraph::Edge::isCall() const { in isCall() function
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | ScheduleDAG.h | 275 bool isCall : 1; ///< Is a function call. variable
|
/external/llvm-project/llvm/utils/TableGen/ |
D | CodeGenInstruction.h | 247 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/swiftshader/src/Shader/ |
D | Shader.cpp | 1107 bool Shader::Instruction::isCall() const in isCall() function in sw::Shader::Instruction
|
/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/llvm-project/llvm/lib/Target/Sparc/AsmParser/ |
D | SparcAsmParser.cpp | 882 bool isCall) { in parseSparcAsmOperand()
|
/external/llvm-project/flang/lib/Evaluate/ |
D | intrinsics.cpp | 1919 bool isCall{false}; in CheckAssociated() local
|