Searched refs:Four (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetObjectFile.cpp36 const MCExpr *Four = MCConstantExpr::create(4, getContext()); local
37 return MCBinaryExpr::createAdd(Res, Four, getContext());
H A DX86ISelLowering.cpp20021 SDValue Four = DAG.getIntPtrConstant(4, dl);
20022 SDValue Offset = DAG.getSelect(dl, Zero.getValueType(), SignSet, Four, Zero);
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCAsmInfo.cpp112 const MCExpr *Four = MCConstantExpr::create(4, Context); local
113 return MCBinaryExpr::createAdd(Res, Four, Context);
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dvarmod-match.mk10 NUMBERS= One Two Three Four five six seven
13 .if ${NUMBERS:M[A-Z]*} != "One Two Three Four"
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2496 Four = DAG.getIntPtrConstant(4, dl);
2498 SignSet, Four, Zero);
H A DLegalizeIntegerTypes.cpp3706 SDValue Four = DAG.getNode(ISD::ADD, dl, VT, OneInHigh, TwoInHigh); local
3707 SDValue Five = DAG.getNode(ISD::UADDO, dl, VTFullAddO, Three, Four);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp8860 SDValue Four = DAG.getConstant(4, dl, PtrVT); local
8861 SDValue Addr = DAG.getNode(ISD::ADD, dl, PtrVT, StackSlot, Four);

Completed in 185 milliseconds