| /openbsd/src/gnu/llvm/llvm/lib/Target/X86/ |
| D | X86AvoidTrailingCall.cpp | 111 bool IsCall = !IsEmpty && isCallInstruction(*LastRealInstr); in runOnMachineFunction() local 112 if (IsEmpty || IsCall) { in runOnMachineFunction() 114 if (IsCall) { in runOnMachineFunction() 126 if (IsCall) { in runOnMachineFunction()
|
| D | X86VZeroUpper.cpp | 207 bool IsCall = MI.isCall(); in processBasicBlock() local 209 bool IsControlFlow = IsCall || IsReturn; in processBasicBlock() 243 if (IsCall && !callHasRegMask(MI)) in processBasicBlock()
|
| /openbsd/src/gnu/llvm/llvm/lib/Analysis/ |
| D | MemorySSA.cpp | 166 bool IsCall = false; member in __anon8307459f0211::MemoryLocOrCall 175 IsCall = true; in MemoryLocOrCall() 178 IsCall = false; in MemoryLocOrCall() 189 assert(IsCall); in getCall() 194 assert(!IsCall); in getLoc() 199 if (IsCall != Other.IsCall) in operator ==() 202 if (!IsCall) in operator ==() 234 if (!MLOC.IsCall) in getHashValue() 236 MLOC.IsCall, in getHashValue() 240 hash_combine(MLOC.IsCall, DenseMapInfo<const Value *>::getHashValue( in getHashValue() [all …]
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/VE/ |
| D | VEISelLowering.h | 189 bool IsCall) const;
|
| D | VEISelLowering.cpp | 2077 bool IsCall = false) const { in prepareSymbol() argument 2086 if (IsCall && !IsLocal) { in prepareSymbol()
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/Disassembler/LLVMC/ |
| D | DisassemblerLLVMC.cpp | 67 bool IsCall(llvm::MCInst &mc_inst) const; 1149 bool IsCall() override { in IsCall() function in InstructionLLVMC 1200 m_is_call = mc_disasm_ptr->IsCall(inst); in VisitInstruction() 1377 bool DisassemblerLLVMC::MCDisasmInstance::IsCall(llvm::MCInst &mc_inst) const { in IsCall() function in DisassemblerLLVMC::MCDisasmInstance
|
| /openbsd/src/gnu/llvm/lldb/include/lldb/Core/ |
| D | Disassembler.h | 227 virtual bool IsCall() { return false; } in IsCall() function
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/ |
| D | RDFGraph.cpp | 1267 bool IsCall = isCall(In); in buildStmt() local 1294 if (IsCall && Op.isDead()) in buildStmt() 1340 if (IsCall && Op.isDead()) { in buildStmt()
|
| /openbsd/src/gnu/llvm/lldb/source/Core/ |
| D | Disassembler.cpp | 1040 if (ignore_calls && m_instructions[i]->IsCall()) { in GetIndexOfNextBranchInstruction()
|
| /openbsd/src/gnu/llvm/lldb/source/Target/ |
| D | StackFrame.cpp | 1549 if (instruction_sp->IsCall()) { in DoGuessValueAt()
|
| /openbsd/src/gnu/llvm/clang/lib/Sema/ |
| D | SemaTemplateInstantiate.cpp | 3951 bool Sema::SubstExprs(ArrayRef<Expr *> Exprs, bool IsCall, in SubstExprs() argument 3961 IsCall, Outputs); in SubstExprs()
|
| D | TreeTransform.h | 438 bool TransformExprs(Expr *const *Inputs, unsigned NumInputs, bool IsCall, 4077 bool IsCall, in TransformExprs() argument 4082 if (IsCall && getDerived().DropCallArgument(Inputs[I])) { in TransformExprs() 4173 IsCall ? getDerived().TransformInitializer(Inputs[I], /*DirectInit*/false) in TransformExprs()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Mips/ |
| D | MipsInstrInfo.td | 536 class IsCall {
|
| /openbsd/src/gnu/llvm/clang/include/clang/Sema/ |
| D | Sema.h | 10004 bool SubstExprs(ArrayRef<Expr *> Exprs, bool IsCall,
|