Home
last modified time | relevance | path

Searched refs:SetLoc (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86FlagsCopyLowering.cpp926 auto SetLoc = SetBI.getDebugLoc(); in rewriteSetCarryExtended() local
948 BuildMI(MBB, SetPos, SetLoc, TII->get(X86::MOVZX32rr8), NewReg) in rewriteSetCarryExtended()
958 BuildMI(MBB, SetPos, SetLoc, TII->get(TargetOpcode::SUBREG_TO_REG), in rewriteSetCarryExtended()
969 BuildMI(MBB, SetPos, SetLoc, TII->get(TargetOpcode::COPY), in rewriteSetCarryExtended()
973 BuildMI(MBB, SetPos, SetLoc, TII->get(TargetOpcode::COPY), NewReg) in rewriteSetCarryExtended()
992 BuildMI(MBB, SetPos, SetLoc, TII->get(X86::MOV32r0), ZeroReg); in rewriteSetCarryExtended()
1017 BuildMI(MBB, SetPos, SetLoc, TII->get(Sub), ResultReg) in rewriteSetCarryExtended()
/external/v8/src/
Dcounters.cc38 SetLoc(ptr_, Value); in Set()
Dcounters.h105 void SetLoc(int* loc, int value) { *loc = value; } in SetLoc() function
127 if (int* loc = GetPtr()) SetLoc(loc, value); in Set()