Searched refs:salvageDebugInfoImpl (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenCommonISel.cpp236 static MachineOperand *salvageDebugInfoImpl(const MachineRegisterInfo &MRI, function
277 auto Op0 = salvageDebugInfoImpl(MRI, MI, Ops);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLocal.h339 Value *salvageDebugInfoImpl(Instruction &I, uint64_t CurrentLocOps,
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp2843 salvageDebugInfoImpl(SmallDenseMap<Argument *, AllocaInst *, 4> &ArgToAllocaMap, function
2869 Value *Op = llvm::salvageDebugInfoImpl(
2932 auto SalvagedInfo = ::salvageDebugInfoImpl(
2972 auto SalvagedInfo = ::salvageDebugInfoImpl(
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp2205 Value *NewV = salvageDebugInfoImpl(*I, CurrentLocOps, Ops, AdditionalValues);
2255 // values added; thus we call salvageDebugInfoImpl for each `I` instance in
2264 Op0 = salvageDebugInfoImpl(I, CurrentLocOps, Ops, AdditionalValues);
2271 // salvageDebugInfoImpl should fail on examining the first element of
2315 // values added; thus we call salvageDebugInfoImpl for each 'I' instance in
2324 Op0 = salvageDebugInfoImpl(I, CurrentLocOps, Ops, AdditionalValues);
2331 // salvageDebugInfoImpl should fail on examining the first element of
2523 Value *llvm::salvageDebugInfoImpl(Instruction &I, uint64_t CurrentLocOps,
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1502 V = salvageDebugInfoImpl(const_cast<Instruction &>(VAsInst),

Completed in 119 milliseconds