Home
last modified time | relevance | path

Searched refs:isBinary (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTwine.h215 bool isBinary() const { in isBinary() function
236 !LHS.twine->isBinary()) in isValid()
239 !RHS.twine->isBinary()) in isValid()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCReduceCRLogicals.cpp261 static bool isBinary(MachineInstr &MI) { in isBinary() function
487 if (isBinary(MIParam)) { in createCRLogicalOpInfo()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1907 bool isBinary, const TargetLibraryInfo *TLI, in optimizeDoubleFP() argument
1926 V[1] = isBinary ? valueHasFloatPrecision(CI->getArgOperand(1)) : nullptr; in optimizeDoubleFP()
1927 if (!V[0] || (isBinary && !V[1])) in optimizeDoubleFP()
1953 R = isBinary ? B.CreateIntrinsic(IID, B.getFloatTy(), V) in optimizeDoubleFP()
1957 R = isBinary ? emitBinaryFloatFnCall(V[0], V[1], TLI, CalleeName, B, in optimizeDoubleFP()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp773 if (BTy->isBinary()) in constructTypeDIE()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1070 bool isBinary() const { return Kind == FixedPointBinary; } in isBinary() function