HomeSort by relevance Sort by last modified time
    Searched defs:FV (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp 278 const ConstantFP *FV = cast<ConstantFPSDNode>(Node)->getConstantFPValue();
282 unsigned Alignment = TLI.getDataLayout()->getABITypeAlignment(FV->getType());
288 CurDAG->getTargetConstantPool(FV, PtrVT, 0, 0,
290 CurDAG->getTargetConstantPool(FV, PtrVT, 0, 0,
  /external/llvm/lib/IR/
Metadata.cpp 339 const Function *FV = getFunctionForValue(To);
342 if (F && FV && F != FV)
  /frameworks/base/libs/hwui/
Caches.h 58 #define FV(x, y, u, v) { { x, y }, { u, v } }
63 FV(0.0f, 0.0f, 0.0f, 0.0f),
64 FV(1.0f, 0.0f, 1.0f, 0.0f),
65 FV(0.0f, 1.0f, 0.0f, 1.0f),
66 FV(1.0f, 1.0f, 1.0f, 1.0f)
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 374 Value *FV;
377 FV = SimplifyBinOp(Opcode, SI->getFalseValue(), RHS, Q, MaxRecurse);
380 FV = SimplifyBinOp(Opcode, LHS, SI->getFalseValue(), Q, MaxRecurse);
385 if (TV == FV)
390 return FV;
391 if (FV && isa<UndefValue>(FV))
396 if (TV == SI->getTrueValue() && FV == SI->getFalseValue())
402 if ((FV && !TV) || (TV && !FV)) {
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp     [all...]
InstructionCombining.cpp 589 Value *FV = SI->getOperand(2);
591 if (isa<Constant>(TV) || isa<Constant>(FV)) {
609 Value *SelectFalseVal = FoldOperationIntoSelectOperand(Op, FV, this);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 150 milliseconds