HomeSort by relevance Sort by last modified time
    Searched refs:isIntrinsic (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/platform/
Length.h 277 bool isIntrinsicOrAuto() const { return type() == Auto || isLegacyIntrinsic() || isIntrinsic(); }
279 bool isIntrinsic() const { return type() == MinContent || type() == MaxContent || type() == FillAvailable || type() == FitContent; }
281 bool isSpecifiedOrIntrinsic() const { return isSpecified() || isIntrinsic(); }
  /external/llvm/lib/Analysis/IPA/
CallGraph.cpp 74 if (F->isDeclaration() && !F->isIntrinsic())
87 else if (!Callee->isIntrinsic())
GlobalsModRef.cpp 393 if (!F->isIntrinsic())
401 KnowNothing = !F->isIntrinsic();
CallGraphSCCPass.cpp 259 if (Callee && Callee->isIntrinsic()) continue;
  /external/llvm/lib/Target/NVPTX/
NVPTXImageOptimizer.cpp 64 if (CalledF && CalledF->isIntrinsic()) {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTable.cpp 267 if ((styleLogicalWidth.isSpecified() && styleLogicalWidth.isPositive()) || styleLogicalWidth.isIntrinsic())
286 if ((styleMaxLogicalWidth.isSpecified() && !styleMaxLogicalWidth.isNegative()) || styleMaxLogicalWidth.isIntrinsic()) {
297 if ((styleMinLogicalWidth.isSpecified() && !styleMinLogicalWidth.isNegative()) || styleMinLogicalWidth.isIntrinsic()) {
318 if (styleLogicalWidth.isIntrinsic())
346 else if (styleLogicalHeight.isIntrinsic())
489 if (logicalHeightLength.isIntrinsic() || (logicalHeightLength.isSpecified() && logicalHeightLength.isPositive()))
493 if (logicalMaxHeightLength.isIntrinsic() || (logicalMaxHeightLength.isSpecified() && !logicalMaxHeightLength.isNegative())) {
499 if (logicalMinHeightLength.isIntrinsic() || (logicalMinHeightLength.isSpecified() && !logicalMinHeightLength.isNegative())) {
    [all...]
RenderReplaced.cpp 225 if (style()->logicalHeight().isIntrinsic())
340 if (style()->logicalWidth().isSpecified() || style()->logicalWidth().isIntrinsic())
RenderBox.cpp     [all...]
RenderFlexibleBox.cpp 420 if (size.isIntrinsic())
    [all...]
  /external/llvm/include/llvm/Analysis/
CallGraph.h 233 !CS.getCalledFunction()->isIntrinsic());
  /external/llvm/include/llvm/IR/
IntrinsicInst.h 50 return CF->isIntrinsic();
Function.h 156 bool isIntrinsic() const { return getName().startswith("llvm."); }
  /external/llvm/lib/IR/
Module.cpp 105 if (!New->isIntrinsic()) // Intrinsics get attrs set on construction
Function.cpp 253 if (getValueName() && isIntrinsic())
396 if (!ValName || !isIntrinsic())
Verifier.cpp     [all...]
AsmWriter.cpp 529 if (F->isIntrinsic())
    [all...]
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 458 if (F->isIntrinsic())
  /external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 393 if (Callee->isIntrinsic() &&
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp 589 if (!i->isIntrinsic() &&
    [all...]
  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 524 if (!F.hasLocalLinkage() && (!ShouldHackArguments() || F.isIntrinsic())) {
    [all...]
  /external/llvm/tools/bugpoint/
Miscompilation.cpp     [all...]
  /external/lldb/source/Expression/
IRForTarget.cpp 171 if (fun->isIntrinsic())
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 1309 milliseconds

1 2