Searched refs:CopyIn (Results 1 – 4 of 4) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/ |
D | prefilter.cc | 290 static void CopyIn(const std::set<std::string>& src, in CopyIn() function 346 CopyIn(a->exact_, &ab->exact_); in Alt() 347 CopyIn(b->exact_, &ab->exact_); in Alt()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonFrameLowering.cpp | 2121 MachineInstr *CopyIn = nullptr; in optimizeSpillSlots() local 2124 CopyIn = BuildMI(B, StartIt, DL, HII.get(TargetOpcode::COPY), FoundR) in optimizeSpillSlots() 2141 IM.replaceInstr(SI, CopyIn); in optimizeSpillSlots()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonFrameLowering.cpp | 2326 MachineInstr *CopyIn = nullptr; in optimizeSpillSlots() local 2329 CopyIn = BuildMI(B, StartIt, DL, HII.get(TargetOpcode::COPY), FoundR) in optimizeSpillSlots() 2346 IM.replaceInstr(&SI, CopyIn); in optimizeSpillSlots()
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonFrameLowering.cpp | 2476 MachineInstr *CopyIn = nullptr; in optimizeSpillSlots() local 2479 CopyIn = BuildMI(B, StartIt, DL, HII.get(TargetOpcode::COPY), FoundR) in optimizeSpillSlots() 2496 IM.replaceInstr(&SI, CopyIn); in optimizeSpillSlots()
|