HomeSort by relevance Sort by last modified time
    Searched refs:Src2Value (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 171 bool ARMEmitCmp(const Value *Src1Value, const Value *Src2Value,
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 124 bool EmitCmp(Value *Src1Value, Value *Src2Value, bool isZExt);
881 bool AArch64FastISel::EmitCmp(Value *Src1Value, Value *Src2Value, bool isZExt) {
893 if (const ConstantInt *ConstInt = dyn_cast<ConstantInt>(Src2Value)) {
906 } else if (const ConstantFP *ConstFP = dyn_cast<ConstantFP>(Src2Value)) {
954 SrcReg2 = getRegForValue(Src2Value);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 143 bool PPCEmitCmp(const Value *Src1Value, const Value *Src2Value,
    [all...]

Completed in 59 milliseconds