/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/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/ |
D | MCInstrAnalysis.h | 55 virtual bool isCall(const MCInst &Inst) const { in isCall() function
|
D | MCPseudoProbe.h | 144 bool isCall() const { return isIndirectCall() || isDirectCall(); } in isCall() function
|
D | MCInstrDesc.h | 292 bool isCall() const { return Flags & (1ULL << MCID::Call); } in isCall() function
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsNaClELFStreamer.cpp | 73 bool isCall(const MCInst &MI, bool *IsIndirectCall) { in isCall() function in __anon9fa8bac40111::MipsNaClELFStreamer
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsNaClELFStreamer.cpp | 65 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/ |
D | MipsNaClELFStreamer.cpp | 73 bool isCall(const MCInst &MI, bool *IsIndirectCall) { in isCall() function in __anon5ede9dbe0111::MipsNaClELFStreamer
|
/external/llvm/include/llvm/Analysis/ |
D | LazyCallGraph.h | 920 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/Analysis/ |
D | LazyCallGraph.h | 1223 inline bool LazyCallGraph::Edge::isCall() const { in isCall() function
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/ |
D | LazyCallGraph.h | 1223 inline bool LazyCallGraph::Edge::isCall() const { in isCall() function
|
/external/swiftshader/third_party/llvm-16.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/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/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Sparc/AsmParser/ |
D | SparcAsmParser.cpp | 1102 bool isCall) { in parseSparcAsmOperand()
|
/external/llvm/lib/Target/Hexagon/ |
D | RDFGraph.cpp | 1179 auto isCall = [] (const MachineInstr &In) -> bool { in buildStmt() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
D | RDFGraph.cpp | 1237 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
|
/external/deqp/external/vulkancts/modules/vulkan/reconvergence/ |
D | vktReconvergenceTests.cpp | 1678 uint32_t isCall; member 1696 uint32_t isCall; member
|