Home
last modified time | relevance | path

Searched refs:LLVM_ABI_FOR_TEST (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h92 LLVM_ABI_FOR_TEST Expected<std::string> getWildcardRegex() const;
97 LLVM_ABI_FOR_TEST Expected<std::string> getMatchingString(APInt Value) const;
101 LLVM_ABI_FOR_TEST APInt valueFromStringRepr(StringRef StrVal,
109 LLVM_ABI_FOR_TEST static char ID;
120 LLVM_ABI_FOR_TEST Expected<APInt> exprAdd(const APInt &Lhs, const APInt &Rhs,
122 LLVM_ABI_FOR_TEST Expected<APInt> exprSub(const APInt &Lhs, const APInt &Rhs,
124 LLVM_ABI_FOR_TEST Expected<APInt> exprMul(const APInt &Lhs, const APInt &Rhs,
126 LLVM_ABI_FOR_TEST Expected<APInt> exprDiv(const APInt &Lhs, const APInt &Rhs,
178 LLVM_ABI_FOR_TEST static char ID;
286 class LLVM_ABI_FOR_TEST NumericVariableUse : public ExpressionAST {
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfStringPool.h41 LLVM_ABI_FOR_TEST DwarfStringPool(BumpPtrAllocator &A, AsmPrinter &Asm,
44 LLVM_ABI_FOR_TEST void emitStringOffsetsTableHeader(AsmPrinter &Asm,
48 LLVM_ABI_FOR_TEST void emit(AsmPrinter &Asm, MCSection *StrSection,
59 LLVM_ABI_FOR_TEST EntryRef getEntry(AsmPrinter &Asm, StringRef Str);
64 LLVM_ABI_FOR_TEST EntryRef getIndexedEntry(AsmPrinter &Asm, StringRef Str);
H A DDIEHash.h42 LLVM_ABI_FOR_TEST uint64_t computeTypeSignature(const DIE &Die);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocScore.h56 LLVM_ABI_FOR_TEST bool operator==(const RegAllocScore &Other) const;
58 LLVM_ABI_FOR_TEST double getScore() const;
68 LLVM_ABI_FOR_TEST RegAllocScore calculateRegAllocScore(
H A DMLRegAllocEvictAdvisor.h36 LLVM_ABI_FOR_TEST void extractInstructionFeatures(
45 LLVM_ABI_FOR_TEST void extractMBBFrequency(
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.h57 LLVM_ABI_FOR_TEST static std::unique_ptr<VPlan> buildPlainCFG(Loop *TheLoop,
68 LLVM_ABI_FOR_TEST static void prepareForVectorization(
75 LLVM_ABI_FOR_TEST static void createLoopRegions(VPlan &Plan);
86 LLVM_ABI_FOR_TEST static bool tryToConvertVPInstructionsToVPRecipes(
H A DVPlanSLP.h50 LLVM_ABI_FOR_TEST VPInterleavedAccessInfo(VPlan &Plan,
136 LLVM_ABI_FOR_TEST VPInstruction *buildGraph(ArrayRef<VPValue *> Operands);
H A DVPlan.h81 class LLVM_ABI_FOR_TEST VPBlockBase {
388 class LLVM_ABI_FOR_TEST VPRecipeBase
647 LLVM_ABI_FOR_TEST FastMathFlagsTy(const FastMathFlags &FMF);
811 LLVM_ABI_FOR_TEST FastMathFlags getFastMathFlags() const;
905 template <unsigned PartOpIdx> class LLVM_ABI_FOR_TEST VPUnrollPartAccessor {
947 class LLVM_ABI_FOR_TEST VPInstruction : public VPRecipeWithIRFlags,
1233 struct LLVM_ABI_FOR_TEST VPPhi : public VPInstruction, public VPPhiAccessors {
1354 class LLVM_ABI_FOR_TEST VPWidenRecipe : public VPRecipeWithIRFlags,
1540 class LLVM_ABI_FOR_TEST VPWidenCallRecipe : public VPRecipeWithIRFlags,
1635 struct LLVM_ABI_FOR_TEST VPWidenSelectRecipe : public VPRecipeWithIRFlags,
[all …]
H A DVPlanVerifier.h40 LLVM_ABI_FOR_TEST bool verifyVPlanIsValid(const VPlan &Plan,
H A DVPlanValue.h48 class LLVM_ABI_FOR_TEST VPValue {
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.h208 LLVM_ABI_FOR_TEST static ValueIDNum EmptyValue;
209 LLVM_ABI_FOR_TEST static ValueIDNum TombstoneValue;
429 LLVM_ABI_FOR_TEST static DbgOpID UndefID;
792 LLVM_ABI_FOR_TEST MLocTracker(MachineFunction &MF, const TargetInstrInfo &TII,
908 LLVM_ABI_FOR_TEST LocIdx trackRegister(unsigned ID);
973 LLVM_ABI_FOR_TEST std::optional<SpillLocationNo>
1348 LLVM_ABI_FOR_TEST void
1358 LLVM_ABI_FOR_TEST void
1369 LLVM_ABI_FOR_TEST void placeMLocPHIs(
1428 LLVM_ABI_FOR_TEST void
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCompiler.h218 #define LLVM_ABI_FOR_TEST LLVM_ABI macro