Searched refs:shouldExpandAtomicLoadInIR (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h324 AtomicExpansionKind shouldExpandAtomicLoadInIR(LoadInst *LI) const override;
H A DHexagonISelLowering.cpp3345 HexagonTargetLowering::shouldExpandAtomicLoadInIR(LoadInst *LI) const { function in class:HexagonTargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h478 shouldExpandAtomicLoadInIR(LoadInst *LI) const override;
H A DAArch64ISelLowering.cpp13067 AArch64TargetLowering::shouldExpandAtomicLoadInIR(LoadInst *LI) const { function in class:AArch64TargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h564 shouldExpandAtomicLoadInIR(LoadInst *LI) const override;
H A DARMISelLowering.cpp16784 ARMTargetLowering::shouldExpandAtomicLoadInIR(LoadInst *LI) const { function in class:ARMTargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1434 shouldExpandAtomicLoadInIR(LoadInst *SI) const override;
H A DX86ISelLowering.cpp[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1824 virtual AtomicExpansionKind shouldExpandAtomicLoadInIR(LoadInst *LI) const { function
1851 /// If shouldExpandAtomicLoadInIR returns true on that load, it will undergo
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp398 switch (TLI->shouldExpandAtomicLoadInIR(LI)) {

Completed in 591 milliseconds