Home
last modified time | relevance | path

Searched refs:InsertInfo (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstructionSelector.cpp45 struct InsertInfo;
53 bool insertComparison(CmpConstants Helper, InsertInfo I, unsigned ResReg,
58 void putConstant(InsertInfo I, unsigned DestReg, unsigned Constant) const;
484 struct ARMInstructionSelector::InsertInfo { struct in ARMInstructionSelector
485 InsertInfo(MachineInstrBuilder &MIB) in InsertInfo() function
494 void ARMInstructionSelector::putConstant(InsertInfo I, unsigned DestReg, in putConstant()
531 const InsertInfo I(MIB); in selectCmp()
575 bool ARMInstructionSelector::insertComparison(CmpConstants Helper, InsertInfo I, in insertComparison()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DWorkList.cpp161 auto InsertInfo = Reachable.insert(LocId); in enqueue() local
163 if (InsertInfo.second) { in enqueue()