Home
last modified time | relevance | path

Searched refs:Src1Value (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp213 bool ARMEmitCmp(const Value *Src1Value, const Value *Src2Value,
1381 bool ARMFastISel::ARMEmitCmp(const Value *Src1Value, const Value *Src2Value, in ARMEmitCmp() argument
1383 Type *Ty = Src1Value->getType(); in ARMEmitCmp()
1456 Register SrcReg1 = getRegForValue(Src1Value); in ARMEmitCmp()
2863 Value *Src1Value = I->getOperand(0); in SelectShift() local
2864 Register Reg1 = getRegForValue(Src1Value); in SelectShift()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp151 bool PPCEmitCmp(const Value *Src1Value, const Value *Src2Value, bool isZExt,