Home
last modified time | relevance | path

Searched defs:F0 (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Dbitmask_enum_test.cpp23 enum Flags { F0 = 0, F1 = 1, F2 = 2, F3 = 4, F4 = 8 }; enumerator
112 F0 = 0, enumerator
127 F0 = 0, enumerator
/freebsd/sys/crypto/
H A Dsha1.c59 #define F0(b, c, d) (((b) & (c)) | ((~(b)) & (d))) macro
/freebsd/sys/opencrypto/
H A Drmd160.c74 #define F0(x, y, z) ((x) ^ (y) ^ (z)) macro
/freebsd/libexec/getty/
H A Dgettytab.h104 #define F0 gettynums[9].value macro
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp2042 Value *F0 = Builder.CreateFreeze(Op0, Op0->getName() + ".fr"); in visitURem() local
H A DInstCombineAddSub.cpp315 APFloat &F0 = getFpVal(); in operator *=() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2507 SDValue F0 = DAG.getFreeze(N0); in foldSelectWithIdentityConstant() local
2513 SDValue F0 = DAG.getFreeze(N0); in foldSelectWithIdentityConstant() local
5011 SDValue F0 = DAG.getFreeze(N0); in visitREM() local
H A DTargetLowering.cpp4379 SDValue F0 = N0.getOperand(0); in foldSetCCWithFunnelShift() local