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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.h55 bool *IsFast = nullptr) const override;
H A DSIISelLowering.h249 bool *IsFast = nullptr) const;
254 bool *IsFast = nullptr) const override;
H A DR600ISelLowering.cpp1666 bool *IsFast) const {
1667 if (IsFast)
1668 *IsFast = false;
1677 if (IsFast)
1678 *IsFast = true;
H A DSIISelLowering.cpp1249 MachineMemOperand::Flags Flags, bool *IsFast) const {
1250 if (IsFast)
1251 *IsFast = false;
1259 if (IsFast)
1260 *IsFast = AlignedBy4;
1272 if (IsFast)
1273 *IsFast = AlignedBy4;
1281 if (IsFast) {
1282 *IsFast = (AddrSpace == AMDGPUAS::CONSTANT_ADDRESS ||
1297 if (IsFast)
[all...]
H A DAMDGPUISelLowering.cpp2890 bool IsFast; local
2897 VT, AS, Align, LN->getMemOperand()->getFlags(), &IsFast)) {
2908 if (!IsFast)
2944 bool IsFast; local
2952 VT, AS, Align, SN->getMemOperand()->getFlags(), &IsFast)) {
2959 if (!IsFast)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp15869 bool IsFast = false; local
15878 *FirstInChain->getMemOperand(), &IsFast) &&
15879 IsFast) {
15891 &IsFast) &&
15892 IsFast) {
15910 Context, DL, Ty, *FirstInChain->getMemOperand(), &IsFast) &&
15911 IsFast)
15973 bool IsFast; local
15982 *FirstInChain->getMemOperand(), &IsFast) &&
15983 IsFast)
[all...]

Completed in 191 milliseconds