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

  /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) {
882 Type *Ty = Src1Value->getType();
948 unsigned SrcReg1 = getRegForValue(Src1Value);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 171 bool ARMEmitCmp(const Value *Src1Value, const Value *Src2Value,
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 143 bool PPCEmitCmp(const Value *Src1Value, const Value *Src2Value,
    [all...]

Completed in 102 milliseconds