/llvm-project/clang-tools-extra/clangd/unittests/tweaks/ |
H A D | TweakTesting.h | 113 #define EXPECT_AVAILABLE_(MarkedCode, Available) \ argument
|
/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZMachineScheduler.h | 96 SUSet Available; global() variable
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600MachineScheduler.h | 53 std::vector<SUnit *> Available[IDLast], Pending[IDLast]; global() variable
|
/llvm-project/clang-tools-extra/clangd/refactor/ |
H A D | Tweak.cpp | 77 std::vector<std::unique_ptr<Tweak>> Available; in prepareTweaks() local
|
/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | chunk.h | 62 enum State : u8 { Available = 0, Allocated = 1, Quarantined = 2 }; enumerator
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | VLIWMachineScheduler.h | 131 ReadyQueue Available; member
|
H A D | MachineScheduler.h | 845 ReadyQueue Available; global() variable
|
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInsertWriteVXRM.cpp | 245 VXRMInfo Available; computeAvailable() local [all...] |
/llvm-project/llvm/lib/Analysis/ |
H A D | Loads.cpp | 613 if (Value *Available = getAvailableLoadStore(Inst, StrippedPtr, AccessTy, findAvailablePtrLoadStore() local 682 Value *Available = nullptr; FindAvailableLoadedValue() local
|
/llvm-project/llvm/tools/llvm-tli-checker/ |
H A D | llvm-tli-checker.cpp | 131 bool Available = TLI.has(LF); initialize() local
|
/llvm-project/llvm/lib/Target/Mips/ |
H A D | Mips16InstrInfo.cpp | 376 BitVector Available = rs.getRegsAvailable(&Mips::CPU16RegsRegClass); loadImmediate() local
|
/llvm-project/llvm/lib/IR/ |
H A D | SafepointIRVerifier.cpp | 790 transferInstruction(const Instruction & I,bool & Cleared,AvailableValueSet & Available) transferInstruction() argument
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | MLRegAllocEvictAdvisor.cpp | 681 size_t Available = 0; tryFindEvictionCandidate() local
|
/llvm-project/clang/lib/APINotes/ |
H A D | APINotesYAMLCompiler.cpp | 33 Available = 0, global() enumerator [all...] |
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | GVN.cpp | 876 Available = 1, global() enumerator
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaOverload.cpp | 8759 forAllQualifierCombinationsImpl(QualifiersAndAtomic Available,QualifiersAndAtomic Applied,llvm::function_ref<void (QualifiersAndAtomic)> Callback) forAllQualifierCombinationsImpl() argument 12060 bool Available = checkAddressOfCandidateIsAvailable(S, Cand->Function); NoteFunctionCandidate() local [all...] |