Searched defs:NonScalarIntSafe (Results 1 - 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3348 bool NonScalarIntSafe,
3362 NonScalarIntSafe, MemcpyStrSrc,
3609 bool NonScalarIntSafe = local
3613 NonScalarIntSafe, false, DAG, TLI))
3345 FindOptimalMemOpLowering(std::vector<EVT> &MemOps, unsigned Limit, uint64_t Size, unsigned DstAlign, unsigned SrcAlign, bool NonScalarIntSafe, bool MemcpyStrSrc, SelectionDAG &DAG, const TargetLowering &TLI) argument
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
H A DPPCISelLowering.cpp5777 /// 'NonScalarIntSafe' is true, that means it's safe to return a
5785 bool NonScalarIntSafe,
5783 getOptimalMemOpType(uint64_t Size, unsigned DstAlign, unsigned SrcAlign, bool NonScalarIntSafe, bool MemcpyStrSrc, MachineFunction &MF) const argument
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86ISelLowering.cpp1234 /// 'NonScalarIntSafe' is true, that means it's safe to return a
1243 bool NonScalarIntSafe,
1250 if (NonScalarIntSafe &&
1241 getOptimalMemOpType(uint64_t Size, unsigned DstAlign, unsigned SrcAlign, bool NonScalarIntSafe, bool MemcpyStrSrc, MachineFunction &MF) const argument

Completed in 245 milliseconds