Home
last modified time | relevance | path

Searched refs:getFlag (Results 1 – 25 of 35) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DToken.h241 bool getFlag(TokenFlags Flag) const { in getFlag() function
268 bool isAtStartOfLine() const { return getFlag(StartOfLine); } in isAtStartOfLine()
272 bool hasLeadingSpace() const { return getFlag(LeadingSpace); } in hasLeadingSpace()
276 bool isExpandDisabled() const { return getFlag(DisableExpand); } in isExpandDisabled()
285 bool needsCleaning() const { return getFlag(NeedsCleaning); } in needsCleaning()
289 bool hasLeadingEmptyMacro() const { return getFlag(LeadingEmptyMacro); } in hasLeadingEmptyMacro()
293 bool hasUDSuffix() const { return getFlag(HasUDSuffix); } in hasUDSuffix()
296 bool hasUCN() const { return getFlag(HasUCN); } in hasUCN()
300 bool stringifiedInMacro() const { return getFlag(StringifiedInMacro); } in stringifiedInMacro()
303 bool commaAfterElided() const { return getFlag(CommaAfterElided); } in commaAfterElided()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMIRPrinter.cpp694 if (!IsInBundle && MI.getFlag(MachineInstr::BundledSucc)) { in print()
730 if (MI.getFlag(MachineInstr::FrameSetup)) in print()
732 if (MI.getFlag(MachineInstr::FrameDestroy)) in print()
734 if (MI.getFlag(MachineInstr::FmNoNans)) in print()
736 if (MI.getFlag(MachineInstr::FmNoInfs)) in print()
738 if (MI.getFlag(MachineInstr::FmNsz)) in print()
740 if (MI.getFlag(MachineInstr::FmArcp)) in print()
742 if (MI.getFlag(MachineInstr::FmContract)) in print()
744 if (MI.getFlag(MachineInstr::FmAfn)) in print()
746 if (MI.getFlag(MachineInstr::FmReassoc)) in print()
[all …]
H A DMachineInstr.cpp1639 if (getFlag(MachineInstr::FrameSetup)) in print()
1641 if (getFlag(MachineInstr::FrameDestroy)) in print()
1643 if (getFlag(MachineInstr::FmNoNans)) in print()
1645 if (getFlag(MachineInstr::FmNoInfs)) in print()
1647 if (getFlag(MachineInstr::FmNsz)) in print()
1649 if (getFlag(MachineInstr::FmArcp)) in print()
1651 if (getFlag(MachineInstr::FmContract)) in print()
1653 if (getFlag(MachineInstr::FmAfn)) in print()
1655 if (getFlag(MachineInstr::FmReassoc)) in print()
1657 if (getFlag(MachineInstr::NoUWrap)) in print()
[all …]
H A DMachineInstrBundle.cpp230 if (MII->getFlag(MachineInstr::FrameSetup)) in finalizeBundle()
232 if (MII->getFlag(MachineInstr::FrameDestroy)) in finalizeBundle()
H A DBranchFolding.cpp343 if (MBBI1->getFlag(MachineInstr::NoMerge) || in ComputeCommonTailLength()
344 MBBI2->getFlag(MachineInstr::NoMerge)) in ComputeCommonTailLength()
H A DMachineBasicBlock.cpp445 if (!IsInBundle && MI.getFlag(MachineInstr::BundledSucc)) { in print()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp212 assert(!getFlag()); in replaceNode()
221 assert(!getFlag()); in addNode()
242 assert(!getFlag()); in addNode()
250 if (getFlag()) in size()
262 if (getFlag()) in begin()
274 if (getFlag()) in end()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h92 assert(getFlag() == Flag); in P()
101 bool empty() const { return P == 0 || getFlag() != 0; } in empty()
116 bool getFlag() const { in getFlag() function
204 bool isSink() const { return Succs.getFlag(); } in isSink()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineInstr.h330 bool getFlag(MIFlag Flag) const {
386 return getFlag(BundledPred);
397 bool isBundledWithPred() const { return getFlag(BundledPred); }
401 bool isBundledWithSucc() const { return getFlag(BundledSucc); }
1029 !getFlag(MachineInstr::MIFlag::NoFPExcept);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDbgEntityHistoryCalculator.cpp507 (!MI.getFlag(MachineInstr::FrameDestroy) && in calculateDbgEntityHistory()
508 !MI.getFlag(MachineInstr::FrameSetup))) { in calculateDbgEntityHistory()
H A DDwarfDebug.cpp931 if (MI.getFlag(MachineInstr::FrameSetup)) in constructCallSiteEntryDIEs()
1593 if (Pred->getFlag(MachineInstr::FrameSetup)) in validThroughout()
1960 if (MI->isMetaInstruction() || MI->getFlag(MachineInstr::FrameSetup)) in beginInstruction()
2042 if (!MI.isMetaInstruction() && !MI.getFlag(MachineInstr::FrameSetup) && in findPrologueEndLoc()
H A DCodeViewDebug.cpp1451 if (!MI.isMetaInstruction() && !MI.getFlag(MachineInstr::FrameSetup) && in beginFunctionImpl()
2951 MI->getFlag(MachineInstr::FrameSetup)) in beginInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp720 if (!LastI->getFlag(MachineInstr::FrameDestroy)) in shouldCombineCSRLocalStackBumpInEpilogue()
1097 return I->getFlag(MachineInstr::FrameSetup) || in IsSVECalleeSave()
1098 I->getFlag(MachineInstr::FrameDestroy); in IsSVECalleeSave()
1251 while (MBBI != End && MBBI->getFlag(MachineInstr::FrameSetup) && in emitPrologue()
1774 if (!LastPopI->getFlag(MachineInstr::FrameDestroy) || in emitEpilogue()
3078 while (MBBI != MBB.end() && MBBI->getFlag(MachineInstr::FrameSetup)) in processFunctionBeforeFrameFinalized()
3439 if (MI.getFlag(MachineInstr::FrameSetup) || in tryMergeAdjacentSTG()
3440 MI.getFlag(MachineInstr::FrameDestroy)) in tryMergeAdjacentSTG()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kFrameLowering.cpp594 while (MBBI != MBB.end() && MBBI->getFlag(MachineInstr::FrameSetup) && in emitPrologue()
717 if ((Opc != M68k::POP32r || !PI->getFlag(MachineInstr::FrameDestroy)) && in emitEpilogue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp1568 MBBI->getFlag(MachineInstr::FrameSetup) && in emitPrologue()
1768 while (MBBI != MBB.end() && MBBI->getFlag(MachineInstr::FrameSetup)) { in emitPrologue()
2072 if ((Opc != X86::POP32r || !PI->getFlag(MachineInstr::FrameDestroy)) && in emitEpilogue()
2073 (Opc != X86::POP64r || !PI->getFlag(MachineInstr::FrameDestroy)) && in emitEpilogue()
2074 (Opc != X86::BTR64ri8 || !PI->getFlag(MachineInstr::FrameDestroy)) && in emitEpilogue()
2075 (Opc != X86::ADD64ri8 || !PI->getFlag(MachineInstr::FrameDestroy))) in emitEpilogue()
3679 while (MBBI != MBB.end() && MBBI->getFlag(MachineInstr::FrameSetup)) in adjustFrameForMsvcCxxEh()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp356 while (MBBI != MBB.end() && MBBI->getFlag(MachineInstr::FrameSetup)) in emitPrologue()
551 std::prev(MBBI)->getFlag(MachineInstr::FrameDestroy)) in emitEpilogue()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPreprocessor.cpp924 !Result.getFlag(Token::IsReinjected)) { in Lex()
967 !Result.getFlag(Token::IsReinjected)) { in Lex()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRFrameLowering.cpp98 (MBBI != MBB.end()) && MBBI->getFlag(MachineInstr::FrameSetup) && in emitPrologue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZElimCompare.cpp391 if (MI.getFlag(MachineInstr::NoSWrap) && in adjustCCMasksForInstr()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp273 return Inst.getFlag(MachineInstr::MIFlag::FmReassoc) && in isAssociativeAndCommutative()
274 Inst.getFlag(MachineInstr::MIFlag::FmNsz); in isAssociativeAndCommutative()
389 if (!(Instr.getFlag(MachineInstr::MIFlag::FmReassoc) && in getFMAPatterns()
390 Instr.getFlag(MachineInstr::MIFlag::FmNsz))) in getFMAPatterns()
414 if (!(Instr.getFlag(MachineInstr::MIFlag::FmReassoc) && in getFMAPatterns()
415 Instr.getFlag(MachineInstr::MIFlag::FmNsz))) in getFMAPatterns()
2583 Sub && !Sub->getFlag(MachineInstr::NoSWrap)) in optimizeCompareInstr()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDebugInfoMetadata.cpp183 DINode::DIFlags DINode::getFlag(StringRef Flag) { in getFlag() function in DINode
824 DISubprogram::DISPFlags DISubprogram::getFlag(StringRef Flag) { in getFlag() function in DISubprogram
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp1083 assert(MI->getFlag(MachineInstr::FrameSetup) && in EmitUnwindingInstruction()
1306 MI->getFlag(MachineInstr::FrameSetup)) in emitInstruction()
H A DARMFrameLowering.cpp894 MBBI->getFlag(MachineInstr::FrameDestroy)); in emitEpilogue()
895 if (!MBBI->getFlag(MachineInstr::FrameDestroy)) in emitEpilogue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp553 if (DefMI->getFlag(MachineInstr::FmNoNans) || TM.Options.NoNaNsFPMath) in isKnownNeverNaN()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBTFDebug.cpp1062 MI->getFlag(MachineInstr::FrameSetup)) in beginInstruction()

12