Searched refs:shouldExpandAtomicInIR (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/CodeGen/
H A DAtomicExpandLoadLinkedPass.cpp81 if (!TM->getTargetLowering()->shouldExpandAtomicInIR(Inst))
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h325 bool shouldExpandAtomicInIR(Instruction *Inst) const override;
H A DAArch64ISelLowering.cpp7902 bool AArch64TargetLowering::shouldExpandAtomicInIR(Instruction *Inst) const { function in class:AArch64TargetLowering
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.h399 bool shouldExpandAtomicInIR(Instruction *Inst) const override;
H A DARMISelLowering.cpp10778 bool ARMTargetLowering::shouldExpandAtomicInIR(Instruction *Inst) const { function in class:ARMTargetLowering
/external/llvm/include/llvm/Target/
H A DTargetLowering.h948 virtual bool shouldExpandAtomicInIR(Instruction *Inst) const { function in class:llvm::TargetLoweringBase

Completed in 224 milliseconds