/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86FlagsCopyLowering.cpp | 786 unsigned &CondReg = CondRegs[Cond]; in getCondOrInverseInReg() local 841 unsigned &CondReg = CondRegs[Cond]; in rewriteArithmetic() local 868 unsigned CondReg; in rewriteCMov() local 894 unsigned CondReg; in rewriteFCMov() local 936 unsigned CondReg; in rewriteCondJmp() local 1042 unsigned &CondReg = CondRegs[X86::COND_B]; in rewriteSetCarryExtended() local 1096 unsigned &CondReg = CondRegs[Cond]; in rewriteSetCC() local
|
D | X86FastISel.cpp | 2102 unsigned CondReg = getRegForValue(Cond); in X86FastEmitCMoveSelect() local 2320 unsigned CondReg = getRegForValue(Cond); in X86FastEmitPseudoSelect() local
|
D | X86InstructionSelector.cpp | 1408 const Register CondReg = I.getOperand(0).getReg(); in selectCondBranch() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIInsertSkips.cpp | 348 const unsigned CondReg = TRI->getVCC(); in optimizeVccBranch() local
|
D | SIOptimizeExecMaskingPreRA.cpp | 198 const unsigned CondReg = Wave32 ? AMDGPU::VCC_LO : AMDGPU::VCC; in optimizeVcndVcmpPair() local
|
D | AMDGPURegisterBankInfo.cpp | 835 Register CondReg; in executeInWaterfallLoop() local 1620 Register CondReg = MI.getOperand(0).getReg(); in applyMappingImpl() local
|
D | AMDGPUInstructionSelector.cpp | 1579 Register CondReg = CondOp.getReg(); in selectG_BRCOND() local
|
D | SIInstrInfo.cpp | 2048 static void preserveCondRegFlags(MachineOperand &CondReg, in preserveCondRegFlags() 2102 MachineOperand &CondReg = CondBr->getOperand(1); in insertBranch() local
|
D | AMDGPUISelDAGToDAG.cpp | 2069 unsigned CondReg = UseSCCBr ? (unsigned)AMDGPU::SCC : TRI->getVCC(); in SelectBRCOND() local
|
D | AMDGPUMachineCFGStructurizer.cpp | 1896 Register CondReg = Cond[0].getReg(); in ensureCondIsNotKilled() local
|
D | SIISelLowering.cpp | 3193 Register CondReg = MRI.createVirtualRegister(BoolRC); in emitLoadM0FromVGPRLoop() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFastISel.cpp | 891 unsigned CondReg = getRegForI1Value(Select->getCondition(), Not); in selectSelect() local 1281 unsigned CondReg = getRegForI1Value(Br->getCondition(), Not); in selectBr() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsFastISel.cpp | 970 unsigned CondReg = getRegForValue(BI->getCondition()); in selectBranch() local 1049 unsigned CondReg = getRegForValue(Cond); in selectSelect() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 2512 unsigned CondReg = getRegForValue(BI->getCondition()); in selectBranch() local 2526 unsigned CondReg = getRegForValue(BI->getCondition()); in selectBranch() local 2752 unsigned CondReg = getRegForValue(Cond); in selectSelect() local 2804 unsigned CondReg = getRegForValue(Cond); in selectSelect() local
|
D | AArch64InstructionSelector.cpp | 983 const Register CondReg = I.getOperand(0).getReg(); in selectCompareBranch() local 1500 const Register CondReg = I.getOperand(0).getReg(); in select() local 2260 const Register CondReg = I.getOperand(1).getReg(); in select() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMInstructionSelector.cpp | 776 auto CondReg = MIB->getOperand(1).getReg(); in selectSelect() local
|
D | ARMFastISel.cpp | 1623 unsigned CondReg = getRegForValue(I->getOperand(0)); in SelectSelect() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 790 unsigned CondReg = createResultReg(&PPC::CRRCRegClass); in SelectBranch() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | LegalizerHelper.cpp | 2662 Register CondReg = MI.getOperand(1).getReg(); in fewerElementsVectorSelect() local 3683 Register CondReg = MI.getOperand(1).getReg(); in narrowScalarSelect() local
|