Home
last modified time | relevance | path

Searched full:bool (Results 1 – 25 of 6564) sorted by relevance

12345678910>>...263

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h69 bool FastDenormalF32 = false;
70 bool HalfRate64Ops = false;
71 bool FullRate64Ops = false;
74 bool FlatForGlobal = false;
75 bool AutoWaitcntBeforeBarrier = false;
76 bool BackOffBarrier = false;
77 bool UnalignedScratchAccess = false;
78 bool UnalignedAccessMode = false;
79 bool HasApertureRegs = false;
80 bool SupportsXNACK = false;
[all …]
H A DAMDGPULegalizerInfo.h37 bool legalizeCustom(LegalizerHelper &Helper, MachineInstr &MI,
44 bool legalizeAddrSpaceCast(MachineInstr &MI, MachineRegisterInfo &MRI,
46 bool legalizeFroundeven(MachineInstr &MI, MachineRegisterInfo &MRI,
48 bool legalizeFceil(MachineInstr &MI, MachineRegisterInfo &MRI,
50 bool legalizeFrem(MachineInstr &MI, MachineRegisterInfo &MRI,
52 bool legalizeIntrinsicTrunc(MachineInstr &MI, MachineRegisterInfo &MRI,
54 bool legalizeITOFP(MachineInstr &MI, MachineRegisterInfo &MRI,
55 MachineIRBuilder &B, bool Signed) const;
56 bool legalizeFPTOI(MachineInstr &MI, MachineRegisterInfo &MRI,
57 MachineIRBuilder &B, bool Signed) const;
[all …]
H A DAMDGPUISelDAGToDAG.h27 static inline bool getConstantValue(SDValue N, uint32_t &Out) { in getConstantValue()
75 bool EnableLateStructurizeCFG;
79 bool fp16SrcZerosHighBits(unsigned Opc) const;
86 bool runOnMachineFunction(MachineFunction &MF) override;
87 bool matchLoadD16FromBuildVector(SDNode *N) const;
98 bool isInlineImmediate(const SDNode *N) const;
100 bool isInlineImmediate(const APInt &Imm) const { in isInlineImmediate()
104 bool isInlineImmediate(const APFloat &Imm) const { in isInlineImmediate()
108 bool isVGPRImm(const SDNode *N) const;
109 bool isUniformLoad(const SDNode *N) const;
[all …]
H A DAMDGPUInstructionSelector.h58 bool select(MachineInstr &I) override;
72 bool isSGPR(Register Reg) const;
74 bool isInstrUniform(const MachineInstr &MI) const;
75 bool isVCC(Register Reg, const MachineRegisterInfo &MRI) const;
82 bool selectImpl(MachineInstr &I, CodeGenCoverage &CoverageInfo) const;
88 bool constrainCopyLikeIntrin(MachineInstr &MI, unsigned NewOpc) const;
89 bool selectCOPY(MachineInstr &I) const;
90 bool selectPHI(MachineInstr &I) const;
91 bool selectG_TRUNC(MachineInstr &I) const;
92 bool selectG_SZA_EXT(MachineInstr &I) const;
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYSubtarget.h58 bool UseHardFloat;
59 bool UseHardFloatABI;
60 bool HasFPUv2SingleFloat;
61 bool HasFPUv2DoubleFloat;
62 bool HasFPUv3HalfWord;
63 bool HasFPUv3HalfFloat;
64 bool HasFPUv3SingleFloat;
65 bool HasFPUv3DoubleFloat;
66 bool HasFdivdu;
67 bool HasFLOATE1;
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.h27 bool isAArch64;
33 bool (Decoder::*Routine)(const uint8_t *, unsigned &, unsigned, bool);
38 bool opcode_0xxxxxxx(const uint8_t *Opcodes, unsigned &Offset,
39 unsigned Length, bool Prologue);
40 bool opcode_10Lxxxxx(const uint8_t *Opcodes, unsigned &Offset,
41 unsigned Length, bool Prologue);
42 bool opcode_1100xxxx(const uint8_t *Opcodes, unsigned &Offset,
43 unsigned Length, bool Prologue);
44 bool opcode_11010Lx
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h82 bool NoCFI = false;
93 bool operator<(const ValID &RHS) const {
179 bool UpgradeDebugInfo;
181 bool SeenNewDbgInfoFormat = false;
182 bool SeenOldDbgInfoFormat = false;
193 bool Run(
194 bool UpgradeDebugInfo,
199 bool parseStandaloneConstantValue(Constant *&C, const SlotMapping *Slots);
201 bool parseTypeAtBeginning(Type *&Ty, unsigned &Read,
204 bool parseDIExpressionBodyAtBeginning(MDNode *&Result, unsigned &Read,
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSubtarget.h50 static bool DspWarningPrinted;
53 static bool MSAWarningPrinted;
56 static bool CRCWarningPrinted;
59 static bool GINVWarningPrinted;
62 static bool MIPS1WarningPrinted;
65 static bool VirtWarningPrinted;
75 bool IsLittle;
78 bool IsSoftFloat;
83 bool IsSingleFloat;
86 bool IsFPXX;
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h26 bool InitIT(uint32_t bits7_0);
32 bool InITBlock();
36 bool LastInITBlock();
72 static bool
88 bool SetTargetTriple(const ArchSpec &arch) override;
100 // bool ignore_conditions,
120 bool SupportsEmulatingInstructionsOfType(InstructionType inst_type) override { in SupportsEmulatingInstructionsOfType()
124 virtual bool SetArchitecture(const ArchSpec &arch);
126 bool ReadInstruction() override;
128 bool SetInstruction(const Opcode &insn_opcode, const Address &inst_addr,
[all …]
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAArch64.h36 bool HasCRC = false;
37 bool HasAES = false;
38 bool HasSHA2 = false;
39 bool HasSHA3 = false;
40 bool HasSM4 = false;
41 bool HasFullFP16 = false;
42 bool HasDotProd = false;
43 bool HasFP16FML = false;
44 bool HasMTE = false;
45 bool HasTME = false;
[all …]
/freebsd/contrib/llvm-project/lld/ELF/
H A DConfig.h110 bool isExternCpp;
111 bool hasWildcard;
126 void addFile(StringRef path, bool withLOption);
133 template <class ELFT> void compileBitcodeFiles(bool skipLinkedOutput);
134 bool tryAddFatLTOFile(MemoryBufferRef mb, StringRef archiveName,
135 uint64_t offsetInArchive, bool lazy);
137 bool inWholeArchive = false;
140 bool inLib = false;
195 bool ltoBBAddrMap;
216 bool cmseImplib = false;
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h143 bool hasConstructor() const override;
144 bool hasCustomCallingConvention() const override;
145 bool hasFarReturn() const override;
146 bool isCode() const override;
147 bool isCompilerGenerated() const override;
148 bool isConstType() const override;
149 bool isEditAndContinueEnabled() const override;
150 bool isFunction() const override;
151 bool getAddressTaken() const override;
152 bool getNoStackOrdering() const override;
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h148 bool hasConstructor() const override;
149 bool hasCustomCallingConvention() const override;
150 bool hasFarReturn() const override;
151 bool isCode() const override;
152 bool isCompilerGenerated() const override;
153 bool isConstType() const override;
154 bool isEditAndContinueEnabled() const override;
155 bool isFunction() const override;
156 bool getAddressTaken() const override;
157 bool getNoStackOrdering() const override;
[all …]
/freebsd/sys/dev/irdma/
H A Dirdma_type.h282 bool en_datacenter_tcp:1;
283 bool disable_packed:1;
284 bool rocev2_rto_policy:1;
285 bool en_rem_endpoint_trk:1;
331 bool use_hmc_fcn_index:1;
332 bool use_stats_inst:1;
363 bool mode:1;
364 bool mpa_crc_err:1;
417 bool en_datacenter_tcp:1;
418 bool disable_packed:1;
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h45 static bool SupportsEmulatingInstructionsOfTypeStatic( in SupportsEmulatingInstructionsOfTypeStatic()
61 bool SetTargetTriple(const lldb_private::ArchSpec &arch) override;
65 bool SupportsEmulatingInstructionsOfType( in SupportsEmulatingInstructionsOfType()
70 bool ReadInstruction() override;
72 bool EvaluateInstruction(uint32_t evaluate_options) override;
74 bool SetInstruction(const lldb_private::Opcode &insn_opcode,
78 bool TestEmulation(lldb_private::Stream &out_stream, in TestEmulation()
87 bool
93 bool (EmulateInstructionMIPS::*callback)(llvm::MCInst &insn);
102 bool Emulate_ADDiu(llvm::MCInst &insn);
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DSanitizerArgs.h37 bool MsanUseAfterDtor = true;
38 bool MsanParamRetval = true;
39 bool CfiCrossDso = false;
40 bool CfiICallGeneralizePointers = false;
41 bool CfiICallNormalizeIntegers = false;
42 bool CfiCanonicalJumpTables = false;
44 bool SharedRuntime = false;
45 bool StableABI = false;
46 bool AsanUseAfterScope = true;
47 bool AsanPoisonCustomArrayCookie = false;
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.h74 bool emit(Compiler<Emitter> *Ctx, const Expr *E) const;
86 std::optional<bool> S = std::nullopt;
88 VarCreationState(bool b) : S(b) {} in VarCreationState()
91 operator bool() const { return S && *S; }
92 bool notCreated() const { return !S; } in notCreated()
97 class Compiler : public ConstStmtVisitor<Compiler<Emitter>, bool>,
118 bool VisitCastExpr(const CastExpr *E);
119 bool VisitIntegerLiteral(const IntegerLiteral *E);
120 bool VisitFloatingLiteral(const FloatingLiteral *E);
121 bool VisitImaginaryLiteral(const ImaginaryLiteral *E);
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.h46 bool UseHVX64BOps = false;
47 bool UseHVX128BOps = false;
49 bool UseAudioOps = false;
50 bool UseCompound = false;
51 bool UseLongCalls = false;
52 bool UseMemops = false;
53 bool UsePackets = false;
54 bool UseNewValueJumps = false;
55 bool UseNewValueStores = false;
56 bool UseSmallData = false;
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.h71 bool shouldDumpSymLevel(SymLevel Level);
72 bool compareFunctionSymbols(
75 bool compareDataSymbols(const std::unique_ptr<llvm::pdb::PDBSymbolData> &F1,
80 extern llvm::cl::opt<bool> Compilands;
81 extern llvm::cl::opt<bool> Symbols;
82 extern llvm::cl::opt<bool> Globals;
83 extern llvm::cl::opt<bool> Classes;
84 extern llvm::cl::opt<bool> Enums;
85 extern llvm::cl::opt<bool> Funcsigs;
86 extern llvm::cl::opt<bool> Array
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBRawSymbol.h170 virtual bool hasConstructor() const = 0;
171 virtual bool hasCustomCallingConvention() const = 0;
172 virtual bool hasFarReturn() const = 0;
173 virtual bool isCode() const = 0;
174 virtual bool isCompilerGenerated() const = 0;
175 virtual bool isConstType() const = 0;
176 virtual bool isEditAndContinueEnabled() const = 0;
177 virtual bool isFunction() const = 0;
178 virtual bool getAddressTaken() const = 0;
179 virtual bool getNoStackOrdering() const = 0;
[all …]
/freebsd/contrib/googletest/googletest/test/
H A Dgtest_pred_impl_unittest.cc54 struct Bool { struct
55 explicit Bool(int val) : value(val != 0) {} in Bool() function
57 bool operator>(int n) const { return value > Bool(n).value; } in operator >() argument
59 Bool operator+(const Bool& rhs) const { return Bool(value + rhs.value); } in operator +() argument
61 bool operator==(const Bool& rhs) const { return value == rhs.value; } in operator ==() argument
63 bool value;
66 // Enables Bool to be used in assertions. argument
67 std::ostream& operator<<(std::ostream& os, const Bool& x) { in operator <<()
75 bool PredFunction1(T1 v1) { in PredFunction1()
81 bool PredFunction1Int(int v1) { return v1 > 0; } in PredFunction1Int()
[all …]
/freebsd/contrib/llvm-project/libcxx/include/
H A Dlimits23 static constexpr bool is_specialized = false;
31 static constexpr bool is_signed = false;
32 static constexpr bool is_integer = false;
33 static constexpr bool is_exact = false;
43 static constexpr bool has_infinity = false;
44 static constexpr bool has_quiet_NaN = false;
45 static constexpr bool has_signaling_NaN = false;
47 static constexpr bool has_denorm_loss = false; // deprecated in C++23
53 static constexpr bool is_iec559 = false;
54 static constexpr bool is_bounded = false;
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h43 static bool SupportsEmulatingInstructionsOfTypeStatic( in SupportsEmulatingInstructionsOfTypeStatic()
59 bool SetTargetTriple(const lldb_private::ArchSpec &arch) override;
61 bool SupportsEmulatingInstructionsOfType( in SupportsEmulatingInstructionsOfType()
66 bool ReadInstruction() override;
68 bool EvaluateInstruction(uint32_t evaluate_options) override;
70 bool TestEmulation(lldb_private::Stream &out_stream, in TestEmulation()
79 bool
85 bool (EmulateInstructionMIPS64::*callback)(llvm::MCInst &insn);
91 bool Emulate_DADDiu(llvm::MCInst &insn);
93 bool Emulate_DSUBU_DADDU(llvm::MCInst &insn);
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerOptions.h21 bool KeepSeed = false;
27 bool IgnoreTimeouts = true;
28 bool IgnoreOOMs = true;
29 bool IgnoreCrashes = false;
33 bool DoCrossOver = true;
34 bool CrossOverUniformDist = false;
36 bool ReduceDepth = false;
37 bool UseCounters = false;
38 bool UseMemmem = true;
39 bool UseCmp = false;
[all …]
/freebsd/usr.sbin/ctld/
H A Dconf.h39 bool auth_group_start(const char *name);
41 bool auth_group_add_chap(const char *user, const char *secret);
42 bool auth_group_add_chap_mutual(const char *user, const char *secret,
44 bool auth_group_add_initiator_name(const char *name);
45 bool auth_group_add_initiator_portal(const char *portal);
46 bool auth_group_set_type(const char *type);
52 bool conf_set_pidfile_path(const char *path);
55 bool isns_add_server(const char *addr);
57 bool portal_group_start(const char *name);
59 bool portal_group_add_listen(const char *listen, bool iser);
[all …]

12345678910>>...263